#5533DD

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

Shades of Purple Heart #5533DD

Tints of Purple Heart #5533DD

Color information

#5533DD (or 0x5533DD) is unknown color: approx Purple Heart. HEX triplet: 55, 33 and DD. RGB value is (85,51,221). Sum of RGB (Red+Green+Blue) = 85+51+221=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #5533DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5533DD is #AACC22. Grayscale: #4F4F4F. Windows color (decimal): -11193379 or 14496597. OLE color: 14496597.

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

Color convert

RGB8551221-
CMYK0.620.7700.13
HSL252º71.43%53.33%-
HSV(B)252º76.92%86.67%-
XYZ17.989.5269.3-
YUV80.55207.26131.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 221 (86.72% from 255) = 61.90%
R=23.81%
G=14.29%
B=61.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85512210.620.7700.1325271.4353.33
Hex5533DD3E4D0Dfc4735
Octal125633357611501537410765
Binary101010111001111011101111110100110101101111111001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5533DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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