#5f15bf

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

Shades of Purple Heart #5F15BF

Tints of Purple Heart #5F15BF

Color information

#5F15BF (or 0x5F15BF) is unknown color: approx Purple Heart. HEX triplet: 5F, 15 and BF. RGB value is (95,21,191). Sum of RGB (Red+Green+Blue) = 95+21+191=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F15BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F15BF is #A0EA40. Grayscale: #3D3D3D. Windows color (decimal): -10545729 or 12522847. OLE color: 12522847.

HSL color Cylindrical-coordinate representation of color #5F15BF: hue angle of 266.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F15BF is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9521191-
CMYK0.500.8900.25
HSL266.12º80.19%41.57%-
HSV(B)266.12º89.01%74.9%-
XYZ14.396.7349.83-
YUV62.51200.52151.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.94%
GREEN value IS 21 (8.59% from 255) = 6.84%
BLUE value IS 191 (75% from 255) = 62.21%
R=30.94%
G=6.84%
B=62.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95211910.500.8900.25266.1280.1941.57
Hex5F15BF325901910a502a
Octal137252776213103141212052
Binary1011111101011011111111001010110010110011000010101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f15bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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