#5533DC

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

Shades of Purple Heart #5533DC

Tints of Purple Heart #5533DC

Color information

#5533DC (or 0x5533DC) is unknown color: approx Purple Heart. HEX triplet: 55, 33 and DC. RGB value is (85,51,220). Sum of RGB (Red+Green+Blue) = 85+51+220=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #5533DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5533DC is #AACC23. Grayscale: #4F4F4F. Windows color (decimal): -11193380 or 14431061. OLE color: 14431061.

HSL color Cylindrical-coordinate representation of color #5533DC: hue angle of 252.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5533DC is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8551220-
CMYK0.610.7700.14
HSL252.07º70.71%53.14%-
HSV(B)252.07º76.82%86.27%-
XYZ17.859.4768.6-
YUV80.43206.76131.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 220 (86.33% from 255) = 61.80%
R=23.88%
G=14.33%
B=61.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal85512200.610.7700.14252.0770.7153.14
Hex5533DC3D4D0Efc4735
Octal125633347511501637410765
Binary101010111001111011100111101100110101110111111001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5533DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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