#733ACD

Color #733ACD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #733ACD

Tints of Purple Heart #733ACD

Color information

#733ACD (or 0x733ACD) is unknown color: approx Purple Heart. HEX triplet: 73, 3A and CD. RGB value is (115,58,205). Sum of RGB (Red+Green+Blue) = 115+58+205=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #733ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733ACD is #8CC532. Grayscale: #5B5B5B. Windows color (decimal): -9225523 or 13449843. OLE color: 13449843.

HSL color Cylindrical-coordinate representation of color #733ACD: hue angle of 263.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733ACD is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11558205-
CMYK0.440.7200.20
HSL263.27º59.51%51.57%-
HSV(B)263.27º71.71%80.39%-
XYZ19.611.0858.86-
YUV91.8191.88144.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 30.42%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 205 (80.47% from 255) = 54.23%
R=30.42%
G=15.34%
B=54.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal115582050.440.7200.20263.2759.5151.57
Hex733ACD2C480141073c34
Octal16372315541100244077464
Binary1110011111010110011011011001001000010100100000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733ACD; }

 p { color: rgb(115,58,205); }

 H1.HeaderClassName
 {
   color: #733ACD;
 }
 .AnyTagClassName
 {
   color: #733ACD;
 }
</style>
background-color css

<style>
 a { background-color: #733ACD; }

 a { background-color: rgb(115,58,205); }

 div.DivClassName
 {
   background-color: #733ACD;
 }
 .BgClassName
 {
   background-color: #733ACD;
 }
</style>
border-color css

<style>
 span { border-color: #733ACD; }

 span { border-color: rgb(115,58,205); }

 td.TdClassName
 {
   border-color: #733ACD;
 }
 .TagClassName
 {
   border-color: #733ACD;
 }
</style>