#5F0ABE

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

Shades of Purple Heart #5F0ABE

Tints of Purple Heart #5F0ABE

Color information

#5F0ABE (or 0x5F0ABE) is unknown color: approx Purple Heart. HEX triplet: 5F, 0A and BE. RGB value is (95,10,190). Sum of RGB (Red+Green+Blue) = 95+10+190=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F0ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0ABE is #A0F541. Grayscale: #373737. Windows color (decimal): -10548546 or 12454495. OLE color: 12454495.

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

Color convert

RGB9510190-
CMYK0.50.9500.25
HSL268.33º90%39.22%-
HSV(B)268.33º94.74%74.51%-
XYZ14.126.3749.2-
YUV55.94203.66155.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.20%
GREEN value IS 10 (4.30% from 255) = 3.39%
BLUE value IS 190 (74.61% from 255) = 64.41%
R=32.20%
G=3.39%
B=64.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95101900.50.9500.25268.339039.22
Hex5FABE325F01910c5a27
Octal137122766213703141413247
Binary101111110101011111011001010111110110011000011001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,10,190); }

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

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

 a { background-color: rgb(95,10,190); }

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

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

 span { border-color: rgb(95,10,190); }

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