#5F0FBE

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

Shades of Purple Heart #5F0FBE

Tints of Purple Heart #5F0FBE

Color information

#5F0FBE (or 0x5F0FBE) is unknown color: approx Purple Heart. HEX triplet: 5F, 0F and BE. RGB value is (95,15,190). Sum of RGB (Red+Green+Blue) = 95+15+190=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F0FBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0FBE is #A0F041. Grayscale: #3A3A3A. Windows color (decimal): -10547266 or 12455775. OLE color: 12455775.

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

Color convert

RGB9515190-
CMYK0.50.9200.25
HSL267.43º85.37%40.2%-
HSV(B)267.43º92.11%74.51%-
XYZ14.186.4949.22-
YUV58.87202153.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.67%
GREEN value IS 15 (6.25% from 255) = 5%
BLUE value IS 190 (74.61% from 255) = 63.33%
R=31.67%
G=5%
B=63.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95151900.50.9200.25267.4385.3740.2
Hex5FFBE325C01910b5528
Octal137172766213403141312550
Binary101111111111011111011001010111000110011000010111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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