#5F35D9

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

Shades of Purple Heart #5F35D9

Tints of Purple Heart #5F35D9

Color information

#5F35D9 (or 0x5F35D9) is unknown color: approx Purple Heart. HEX triplet: 5F, 35 and D9. RGB value is (95,53,217). Sum of RGB (Red+Green+Blue) = 95+53+217=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 217 (85.16% from 255 or 59.45% from 365); Max value from RGB is 217 - color contains mainly: blue. Hex color #5F35D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F35D9 is #A0CA26. Grayscale: #535353. Windows color (decimal): -10537511 or 14234975. OLE color: 14234975.

HSL color Cylindrical-coordinate representation of color #5F35D9: hue angle of 255.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F35D9 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9553217-
CMYK0.560.7600.15
HSL255.37º68.33%52.94%-
HSV(B)255.37º75.58%85.1%-
XYZ18.529.9966.6-
YUV84.25202.91135.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 217 (85.16% from 255) = 59.45%
R=26.03%
G=14.52%
B=59.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95532170.560.7600.15255.3768.3352.94
Hex5F35D9384C0Fff4435
Octal137653317011401737710465
Binary101111111010111011001111000100110001111111111111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F35D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,53,217); }

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

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

 a { background-color: rgb(95,53,217); }

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

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

 span { border-color: rgb(95,53,217); }

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