#5B35CC

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

Shades of Purple Heart #5B35CC

Tints of Purple Heart #5B35CC

Color information

#5B35CC (or 0x5B35CC) is unknown color: approx Purple Heart. HEX triplet: 5B, 35 and CC. RGB value is (91,53,204). Sum of RGB (Red+Green+Blue) = 91+53+204=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B35CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B35CC is #A4CA33. Grayscale: #515151. Windows color (decimal): -10799668 or 13383003. OLE color: 13383003.

HSL color Cylindrical-coordinate representation of color #5B35CC: hue angle of 255.1º 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 #5B35CC is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9153204-
CMYK0.550.7400.2
HSL255.1º59.68%50.39%-
HSV(B)255.1º74.02%80%-
XYZ16.499.1358.02-
YUV81.58197.09134.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.15%
GREEN value IS 53 (21.09% from 255) = 15.23%
BLUE value IS 204 (80.08% from 255) = 58.62%
R=26.15%
G=15.23%
B=58.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91532040.550.7400.2255.159.6850.39
Hex5B35CC374A014ff3c32
Octal13365314671120243777462
Binary101101111010111001100110111100101001010011111111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B35CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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