#5F01D0

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

Shades of Purple Heart #5F01D0

Tints of Purple Heart #5F01D0

Color information

#5F01D0 (or 0x5F01D0) is unknown color: approx Purple Heart. HEX triplet: 5F, 01 and D0. RGB value is (95,1,208). Sum of RGB (Red+Green+Blue) = 95+1+208=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 208 (81.64% from 255 or 68.42% from 304); Max value from RGB is 208 - color contains mainly: blue. Hex color #5F01D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F01D0 is #A0FE2F. Grayscale: #333333. Windows color (decimal): -10550832 or 13631839. OLE color: 13631839.

HSL color Cylindrical-coordinate representation of color #5F01D0: hue angle of 267.25º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F01D0 is Cyan = 0.54, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB951208-
CMYK0.541.0000.18
HSL267.25º99.04%40.98%-
HSV(B)267.25º99.52%81.57%-
XYZ16.127.0160.18-
YUV52.7215.64158.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.25%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 208 (81.64% from 255) = 68.42%
R=31.25%
G=0.33%
B=68.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal9512080.541.0000.18267.2599.0440.98
Hex5F1D0366401210b6329
Octal13713206614402241314351
Binary101111111101000011011011001000100101000010111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F01D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,1,208); }

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

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

 a { background-color: rgb(95,1,208); }

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

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

 span { border-color: rgb(95,1,208); }

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