#5F07C9

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

Shades of Purple Heart #5F07C9

Tints of Purple Heart #5F07C9

Color information

#5F07C9 (or 0x5F07C9) is unknown color: approx Purple Heart. HEX triplet: 5F, 07 and C9. RGB value is (95,7,201). Sum of RGB (Red+Green+Blue) = 95+7+201=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 201 (78.91% from 255 or 66.34% from 303); Max value from RGB is 201 - color contains mainly: blue. Hex color #5F07C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F07C9 is #A0F836. Grayscale: #363636. Windows color (decimal): -10549303 or 13174623. OLE color: 13174623.

HSL color Cylindrical-coordinate representation of color #5F07C9: hue angle of 267.22º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F07C9 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB957201-
CMYK0.530.9700.21
HSL267.22º93.27%40.78%-
HSV(B)267.22º96.52%78.82%-
XYZ15.346.855.76-
YUV55.43210.15156.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.35%
GREEN value IS 7 (3.12% from 255) = 2.31%
BLUE value IS 201 (78.91% from 255) = 66.34%
R=31.35%
G=2.31%
B=66.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9572010.530.9700.21267.2293.2740.78
Hex5F7C9356101510b5d29
Octal13773116514102541313551
Binary10111111111100100111010111000010101011000010111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F07C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,7,201); }

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

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

 a { background-color: rgb(95,7,201); }

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

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

 span { border-color: rgb(95,7,201); }

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