#5535DC

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

Shades of Purple Heart #5535DC

Tints of Purple Heart #5535DC

Color information

#5535DC (or 0x5535DC) is unknown color: approx Purple Heart. HEX triplet: 55, 35 and DC. RGB value is (85,53,220). Sum of RGB (Red+Green+Blue) = 85+53+220=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #5535DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5535DC is #AACA23. Grayscale: #505050. Windows color (decimal): -11192868 or 14431573. OLE color: 14431573.

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

Color convert

RGB8553220-
CMYK0.610.7600.14
HSL251.5º70.46%53.53%-
HSV(B)251.5º75.91%86.27%-
XYZ17.949.6468.63-
YUV81.61206.1130.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 53 (21.09% from 255) = 14.80%
BLUE value IS 220 (86.33% from 255) = 61.45%
R=23.74%
G=14.80%
B=61.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal85532200.610.7600.14251.570.4653.53
Hex5535DC3D4C0Efb4636
Octal125653347511401637310666
Binary101010111010111011100111101100110001110111110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5535DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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