#510ABC

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

Shades of Purple Heart #510ABC

Tints of Purple Heart #510ABC

Color information

#510ABC (or 0x510ABC) is unknown color: approx Purple Heart. HEX triplet: 51, 0A and BC. RGB value is (81,10,188). Sum of RGB (Red+Green+Blue) = 81+10+188=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #510ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ABC is #AEF543. Grayscale: #323232. Windows color (decimal): -11466052 or 12323409. OLE color: 12323409.

HSL color Cylindrical-coordinate representation of color #510ABC: hue angle of 263.93º degrees, saturation: 0.9, 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 #510ABC is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8110188-
CMYK0.570.9500.26
HSL263.93º89.9%38.82%-
HSV(B)263.93º94.68%73.73%-
XYZ12.585.647.99-
YUV51.52205.02149.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 188 (73.83% from 255) = 67.38%
R=29.03%
G=3.58%
B=67.38%

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
Decimal81101880.570.9500.26263.9389.938.82
Hex51ABC395F01A1085a27
Octal121122747113703241013247
Binary101000110101011110011100110111110110101000010001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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