#5C35DE

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

Shades of Purple Heart #5C35DE

Tints of Purple Heart #5C35DE

Color information

#5C35DE (or 0x5C35DE) is unknown color: approx Purple Heart. HEX triplet: 5C, 35 and DE. RGB value is (92,53,222). Sum of RGB (Red+Green+Blue) = 92+53+222=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #5C35DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C35DE is #A3CA21. Grayscale: #535353. Windows color (decimal): -10734114 or 14562652. OLE color: 14562652.

HSL color Cylindrical-coordinate representation of color #5C35DE: hue angle of 253.85º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C35DE is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9253222-
CMYK0.590.7600.13
HSL253.85º71.91%53.92%-
HSV(B)253.85º76.13%87.06%-
XYZ18.8710.170.06-
YUV83.93205.92133.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.07%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 222 (87.11% from 255) = 60.49%
R=25.07%
G=14.44%
B=60.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92532220.590.7600.13253.8571.9153.92
Hex5C35DE3B4C0Dfe4836
Octal134653367311401537611066
Binary101110011010111011110111011100110001101111111101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C35DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C35DE; }

 p { color: rgb(92,53,222); }

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

<style>
 a { background-color: #5C35DE; }

 a { background-color: rgb(92,53,222); }

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

<style>
 span { border-color: #5C35DE; }

 span { border-color: rgb(92,53,222); }

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