#5533CE

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

Shades of Purple Heart #5533CE

Tints of Purple Heart #5533CE

Color information

#5533CE (or 0x5533CE) is unknown color: approx Purple Heart. HEX triplet: 55, 33 and CE. RGB value is (85,51,206). Sum of RGB (Red+Green+Blue) = 85+51+206=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #5533CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5533CE is #AACC31. Grayscale: #4E4E4E. Windows color (decimal): -11193394 or 13513557. OLE color: 13513557.

HSL color Cylindrical-coordinate representation of color #5533CE: hue angle of 253.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5533CE is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8551206-
CMYK0.590.7500.19
HSL253.16º61.26%50.39%-
HSV(B)253.16º75.24%80.78%-
XYZ16.078.7659.24-
YUV78.84199.76132.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 51 (20.31% from 255) = 14.91%
BLUE value IS 206 (80.86% from 255) = 60.23%
R=24.85%
G=14.91%
B=60.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal85512060.590.7500.19253.1661.2650.39
Hex5533CE3B4B013fd3d32
Octal12563316731130233757562
Binary101010111001111001110111011100101101001111111101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5533CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5533CE; }

 p { color: rgb(85,51,206); }

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

<style>
 a { background-color: #5533CE; }

 a { background-color: rgb(85,51,206); }

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

<style>
 span { border-color: #5533CE; }

 span { border-color: rgb(85,51,206); }

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