#5f07cf

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

Shades of Purple Heart #5F07CF

Tints of Purple Heart #5F07CF

Color information

#5F07CF (or 0x5F07CF) is unknown color: approx Purple Heart. HEX triplet: 5F, 07 and CF. RGB value is (95,7,207). Sum of RGB (Red+Green+Blue) = 95+7+207=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F07CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F07CF is #A0F830. Grayscale: #373737. Windows color (decimal): -10549297 or 13567839. OLE color: 13567839.

HSL color Cylindrical-coordinate representation of color #5F07CF: hue angle of 266.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F07CF is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB957207-
CMYK0.540.9700.19
HSL266.4º93.46%41.96%-
HSV(B)266.4º96.62%81.18%-
XYZ16.067.0959.55-
YUV56.11213.15155.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.74%
GREEN value IS 7 (3.12% from 255) = 2.27%
BLUE value IS 207 (81.25% from 255) = 66.99%
R=30.74%
G=2.27%
B=66.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal9572070.540.9700.19266.493.4641.96
Hex5F7CF366101310a5d2a
Octal13773176614102341213552
Binary10111111111100111111011011000010100111000010101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f07cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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