#5F0FBF

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

Shades of Purple Heart #5F0FBF

Tints of Purple Heart #5F0FBF

Color information

#5F0FBF (or 0x5F0FBF) is unknown color: approx Purple Heart. HEX triplet: 5F, 0F and BF. RGB value is (95,15,191). Sum of RGB (Red+Green+Blue) = 95+15+191=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F0FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0FBF is #A0F040. Grayscale: #3A3A3A. Windows color (decimal): -10547265 or 12521311. OLE color: 12521311.

HSL color Cylindrical-coordinate representation of color #5F0FBF: hue angle of 267.27º 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 #5F0FBF is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9515191-
CMYK0.500.9200.25
HSL267.27º85.44%40.39%-
HSV(B)267.27º92.15%74.9%-
XYZ14.296.5449.8-
YUV58.98202.5153.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.56%
GREEN value IS 15 (6.25% from 255) = 4.98%
BLUE value IS 191 (75% from 255) = 63.46%
R=31.56%
G=4.98%
B=63.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95151910.500.9200.25267.2785.4440.39
Hex5FFBF325C01910b5528
Octal137172776213403141312550
Binary101111111111011111111001010111000110011000010111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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