#5F1BBE

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

Shades of Purple Heart #5F1BBE

Tints of Purple Heart #5F1BBE

Color information

#5F1BBE (or 0x5F1BBE) is unknown color: approx Purple Heart. HEX triplet: 5F, 1B and BE. RGB value is (95,27,190). Sum of RGB (Red+Green+Blue) = 95+27+190=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F1BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1BBE is #A0E441. Grayscale: #414141. Windows color (decimal): -10544194 or 12458847. OLE color: 12458847.

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

Color convert

RGB9527190-
CMYK0.50.8600.25
HSL265.03º75.12%42.55%-
HSV(B)265.03º85.79%74.51%-
XYZ14.416.9349.29-
YUV65.91198.03148.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.45%
GREEN value IS 27 (10.94% from 255) = 8.65%
BLUE value IS 190 (74.61% from 255) = 60.90%
R=30.45%
G=8.65%
B=60.90%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95271900.50.8600.25265.0375.1242.55
Hex5F1BBE32560191094b2b
Octal137332766212603141111353
Binary1011111110111011111011001010101100110011000010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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