#510EB2

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

Shades of Purple Heart #510EB2

Tints of Purple Heart #510EB2

Color information

#510EB2 (or 0x510EB2) is unknown color: approx Purple Heart. HEX triplet: 51, 0E and B2. RGB value is (81,14,178). Sum of RGB (Red+Green+Blue) = 81+14+178=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 178 (69.92% from 255 or 65.20% from 273); Max value from RGB is 178 - color contains mainly: blue. Hex color #510EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510EB2 is #AEF14D. Grayscale: #343434. Windows color (decimal): -11465038 or 11669073. OLE color: 11669073.

HSL color Cylindrical-coordinate representation of color #510EB2: hue angle of 264.51º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510EB2 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8114178-
CMYK0.540.9200.30
HSL264.51º85.42%37.65%-
HSV(B)264.51º92.13%69.8%-
XYZ11.595.2842.53-
YUV52.73198.7148.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.67%
GREEN value IS 14 (5.86% from 255) = 5.13%
BLUE value IS 178 (69.92% from 255) = 65.20%
R=29.67%
G=5.13%
B=65.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81141780.540.9200.30264.5185.4237.65
Hex51EB2365C01E1095526
Octal121162626613403641112546
Binary101000111101011001011011010111000111101000010011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510EB2; }

 p { color: rgb(81,14,178); }

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

<style>
 a { background-color: #510EB2; }

 a { background-color: rgb(81,14,178); }

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

<style>
 span { border-color: #510EB2; }

 span { border-color: rgb(81,14,178); }

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