#5109B1

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

Shades of Purple Heart #5109B1

Tints of Purple Heart #5109B1

Color information

#5109B1 (or 0x5109B1) is unknown color: approx Purple Heart. HEX triplet: 51, 09 and B1. RGB value is (81,9,177). Sum of RGB (Red+Green+Blue) = 81+9+177=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 177 (69.53% from 255 or 66.29% from 267); Max value from RGB is 177 - color contains mainly: blue. Hex color #5109B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5109B1 is #AEF64E. Grayscale: #313131. Windows color (decimal): -11466319 or 11602257. OLE color: 11602257.

HSL color Cylindrical-coordinate representation of color #5109B1: hue angle of 265.71º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5109B1 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB819177-
CMYK0.540.9500.31
HSL265.71º90.32%36.47%-
HSV(B)265.71º94.92%69.41%-
XYZ11.435.1241.98-
YUV49.68199.85150.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 9 (3.91% from 255) = 3.37%
BLUE value IS 177 (69.53% from 255) = 66.29%
R=30.34%
G=3.37%
B=66.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8191770.540.9500.31265.7190.3236.47
Hex519B1365F01F10a5a24
Octal121112616613703741213244
Binary101000110011011000111011010111110111111000010101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5109B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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