#5b35cf

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

Shades of Purple Heart #5B35CF

Tints of Purple Heart #5B35CF

Color information

#5B35CF (or 0x5B35CF) is unknown color: approx Purple Heart. HEX triplet: 5B, 35 and CF. RGB value is (91,53,207). Sum of RGB (Red+Green+Blue) = 91+53+207=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B35CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B35CF is #A4CA30. Grayscale: #515151. Windows color (decimal): -10799665 or 13579611. OLE color: 13579611.

HSL color Cylindrical-coordinate representation of color #5B35CF: hue angle of 254.81º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B35CF is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9153207-
CMYK0.560.7400.19
HSL254.81º61.6%50.98%-
HSV(B)254.81º74.4%81.18%-
XYZ16.859.2859.93-
YUV81.92198.59134.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.93%
GREEN value IS 53 (21.09% from 255) = 15.10%
BLUE value IS 207 (81.25% from 255) = 58.97%
R=25.93%
G=15.10%
B=58.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal91532070.560.7400.19254.8161.650.98
Hex5B35CF384A013ff3e33
Octal13365317701120233777663
Binary101101111010111001111111000100101001001111111111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b35cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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