#510ABA

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

Shades of Purple Heart #510ABA

Tints of Purple Heart #510ABA

Color information

#510ABA (or 0x510ABA) is unknown color: approx Purple Heart. HEX triplet: 51, 0A and BA. RGB value is (81,10,186). Sum of RGB (Red+Green+Blue) = 81+10+186=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #510ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ABA is #AEF545. Grayscale: #323232. Windows color (decimal): -11466054 or 12192337. OLE color: 12192337.

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

Color convert

RGB8110186-
CMYK0.560.9500.27
HSL264.2º89.8%38.43%-
HSV(B)264.2º94.62%72.94%-
XYZ12.365.5146.87-
YUV51.29204.02149.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 186 (73.05% from 255) = 67.15%
R=29.24%
G=3.61%
B=67.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81101860.560.9500.27264.289.838.43
Hex51ABA385F01B1085a26
Octal121122727013703341013246
Binary101000110101011101011100010111110110111000010001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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