#5F0DC0

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

Shades of Purple Heart #5F0DC0

Tints of Purple Heart #5F0DC0

Color information

#5F0DC0 (or 0x5F0DC0) is unknown color: approx Purple Heart. HEX triplet: 5F, 0D and C0. RGB value is (95,13,192). Sum of RGB (Red+Green+Blue) = 95+13+192=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #5F0DC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0DC0 is #A0F23F. Grayscale: #393939. Windows color (decimal): -10547776 or 12586335. OLE color: 12586335.

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

Color convert

RGB9513192-
CMYK0.510.9300.25
HSL267.49º87.32%40.2%-
HSV(B)267.49º93.23%75.29%-
XYZ14.386.5350.37-
YUV57.92203.67154.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.67%
GREEN value IS 13 (5.47% from 255) = 4.33%
BLUE value IS 192 (75.39% from 255) = 64%
R=31.67%
G=4.33%
B=64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95131920.510.9300.25267.4987.3240.2
Hex5FDC0335D01910b5728
Octal137153006313503141312750
Binary101111111011100000011001110111010110011000010111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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