#5F0EBE

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

Shades of Purple Heart #5F0EBE

Tints of Purple Heart #5F0EBE

Color information

#5F0EBE (or 0x5F0EBE) is unknown color: approx Purple Heart. HEX triplet: 5F, 0E and BE. RGB value is (95,14,190). Sum of RGB (Red+Green+Blue) = 95+14+190=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F0EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0EBE is #A0F141. Grayscale: #393939. Windows color (decimal): -10547522 or 12455519. OLE color: 12455519.

HSL color Cylindrical-coordinate representation of color #5F0EBE: hue angle of 267.61º degrees, saturation: 0.86, 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 #5F0EBE is Cyan = 0.5, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9514190-
CMYK0.50.9300.25
HSL267.61º86.27%40%-
HSV(B)267.61º92.63%74.51%-
XYZ14.176.4649.22-
YUV58.28202.34154.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.77%
GREEN value IS 14 (5.86% from 255) = 4.68%
BLUE value IS 190 (74.61% from 255) = 63.55%
R=31.77%
G=4.68%
B=63.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95141900.50.9300.25267.6186.2740
Hex5FEBE325D01910c5628
Octal137162766213503141412650
Binary101111111101011111011001010111010110011000011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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