#5735CC

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

Shades of Purple Heart #5735CC

Tints of Purple Heart #5735CC

Color information

#5735CC (or 0x5735CC) is unknown color: approx Purple Heart. HEX triplet: 57, 35 and CC. RGB value is (87,53,204). Sum of RGB (Red+Green+Blue) = 87+53+204=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #5735CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5735CC is #A8CA33. Grayscale: #4F4F4F. Windows color (decimal): -11061812 or 13382999. OLE color: 13382999.

HSL color Cylindrical-coordinate representation of color #5735CC: hue angle of 253.51º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5735CC is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8753204-
CMYK0.570.7400.2
HSL253.51º59.68%50.39%-
HSV(B)253.51º74.02%80%-
XYZ16.18.9358-
YUV80.38197.76132.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 53 (21.09% from 255) = 15.41%
BLUE value IS 204 (80.08% from 255) = 59.30%
R=25.29%
G=15.41%
B=59.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal87532040.570.7400.2253.5159.6850.39
Hex5735CC394A014fe3c32
Octal12765314711120243767462
Binary101011111010111001100111001100101001010011111110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5735CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5735CC; }

 p { color: rgb(87,53,204); }

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

<style>
 a { background-color: #5735CC; }

 a { background-color: rgb(87,53,204); }

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

<style>
 span { border-color: #5735CC; }

 span { border-color: rgb(87,53,204); }

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