#5F07C0

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

Shades of Purple Heart #5F07C0

Tints of Purple Heart #5F07C0

Color information

#5F07C0 (or 0x5F07C0) is unknown color: approx Purple Heart. HEX triplet: 5F, 07 and C0. RGB value is (95,7,192). Sum of RGB (Red+Green+Blue) = 95+7+192=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 192 (75.39% from 255 or 65.31% from 294); Max value from RGB is 192 - color contains mainly: blue. Hex color #5F07C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F07C0 is #A0F83F. Grayscale: #353535. Windows color (decimal): -10549312 or 12584799. OLE color: 12584799.

HSL color Cylindrical-coordinate representation of color #5F07C0: hue angle of 268.54º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F07C0 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB957192-
CMYK0.510.9600.25
HSL268.54º92.96%39.02%-
HSV(B)268.54º96.35%75.29%-
XYZ14.316.3950.35-
YUV54.4205.65156.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.31%
GREEN value IS 7 (3.12% from 255) = 2.38%
BLUE value IS 192 (75.39% from 255) = 65.31%
R=32.31%
G=2.38%
B=65.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9571920.510.9600.25268.5492.9639.02
Hex5F7C0336001910d5d27
Octal13773006314003141513547
Binary10111111111100000011001111000000110011000011011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F07C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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