Html Css Color HEX #513ABA Purple Heart

📋 copy color: '#513ABA'

red 81 ◦ green 58 ◦ blue 186

#513ABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #513ABA

Tints of Purple Heart #513ABA

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 value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#513ABA (or 0x513ABA) is known color: 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

RGB 81 58 186 -
CMYK 0.56 0.69 0 0.27
HSL 250.78º 0.52% 0.48% -
HSV(B) 250.78º 0.69% 0.73% -
XYZ 13.77 8.32 47.33 -
YUV 79.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 81 58 186 0.56 0.69 0 0.27 250.78 0.52 0.48
Hex 51 3A BA 38 45 0 1B FB 34 30
Octal 121 72 272 70 105 0 33 373 64 60
Binary 1010001 111010 10111010 111000 1000101 0 11011 11111011 110100 110000

Color Harmonies of #513ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513ABA

Black with #513ABA

Text Example


Text Example

White with #513ABA

Text Example


Text Example

HTML Codes & Css Web 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>