#5109BC

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

Shades of Purple Heart #5109BC

Tints of Purple Heart #5109BC

Color information

#5109BC (or 0x5109BC) is unknown color: approx Purple Heart. HEX triplet: 51, 09 and BC. RGB value is (81,9,188). Sum of RGB (Red+Green+Blue) = 81+9+188=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #5109BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5109BC is #AEF643. Grayscale: #323232. Windows color (decimal): -11466308 or 12323153. OLE color: 12323153.

HSL color Cylindrical-coordinate representation of color #5109BC: hue angle of 264.13º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5109BC is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB819188-
CMYK0.570.9500.26
HSL264.13º90.86%38.63%-
HSV(B)264.13º95.21%73.73%-
XYZ12.575.5847.99-
YUV50.93205.35149.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 9 (3.91% from 255) = 3.24%
BLUE value IS 188 (73.83% from 255) = 67.63%
R=29.14%
G=3.24%
B=67.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8191880.570.9500.26264.1390.8638.63
Hex519BC395F01A1085b27
Octal121112747113703241013347
Binary101000110011011110011100110111110110101000010001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5109BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5109BC; }

 p { color: rgb(81,9,188); }

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

<style>
 a { background-color: #5109BC; }

 a { background-color: rgb(81,9,188); }

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

<style>
 span { border-color: #5109BC; }

 span { border-color: rgb(81,9,188); }

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