#510ABB

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

Shades of Purple Heart #510ABB

Tints of Purple Heart #510ABB

Color information

#510ABB (or 0x510ABB) is unknown color: approx Purple Heart. HEX triplet: 51, 0A and BB. RGB value is (81,10,187). Sum of RGB (Red+Green+Blue) = 81+10+187=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #510ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ABB is #AEF544. Grayscale: #323232. Windows color (decimal): -11466053 or 12257873. OLE color: 12257873.

HSL color Cylindrical-coordinate representation of color #510ABB: hue angle of 264.07º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510ABB is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8110187-
CMYK0.570.9500.27
HSL264.07º89.85%38.63%-
HSV(B)264.07º94.65%73.33%-
XYZ12.475.5547.43-
YUV51.41204.52149.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 10 (4.30% from 255) = 3.60%
BLUE value IS 187 (73.44% from 255) = 67.27%
R=29.14%
G=3.60%
B=67.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81101870.570.9500.27264.0789.8538.63
Hex51ABB395F01B1085a27
Octal121122737113703341013247
Binary101000110101011101111100110111110110111000010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,10,187); }

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

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

 a { background-color: rgb(81,10,187); }

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

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

 span { border-color: rgb(81,10,187); }

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