#513ABA

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

Shades of Purple Heart #513ABA

Tints of Purple Heart #513ABA

Color information

#513ABA (or 0x513ABA) is unknown color: approx Purple Heart. HEX triplet: 51, 3A and BA. RGB value is (81,58,186). Sum of RGB (Red+Green+Blue) = 81+58+186=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #513ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ABA is #AEC545. Grayscale: #4E4E4E. Windows color (decimal): -11453766 or 12204625. OLE color: 12204625.

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

Color convert

RGB8158186-
CMYK0.560.6900.27
HSL250.78º52.46%47.84%-
HSV(B)250.78º68.82%72.94%-
XYZ13.778.3247.33-
YUV79.47188.12129.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=24.92%
G=17.85%
B=57.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81581860.560.6900.27250.7852.4647.84
Hex513ABA384501Bfb3430
Octal12172272701050333736460
Binary101000111101010111010111000100010101101111111011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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