Html Css Color HEX #510DAE Purple Heart

📋 copy color: '#510DAE'

red 81 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #510DAE

Tints of Purple Heart #510DAE

RGB

 RED value IS 81 (32.03% from 255) = 30.22%

 GREEN value IS 13 (5.47% from 255) = 4.85%

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 30.22%
G = 4.85%
B = 64.93%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#510DAE (or 0x510DAE) is known color: Purple Heart. HEX triplet: 51, 0D and AE. RGB value is (81,13,174). Sum of RGB (Red+Green+Blue) = 81+13+174=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #510DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510DAE is #AEF251. Grayscale: #333333. Windows color (decimal): -11465298 or 11406673. OLE color: 11406673.

HSL color Cylindrical-coordinate representation of color #510DAE: hue angle of 265.34º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510DAE is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 13 174 -
CMYK 0.53 0.93 0 0.32
HSL 265.34º 0.86% 0.37% -
HSV(B) 265.34º 0.93% 0.68% -
XYZ 11.18 5.09 40.44 -
YUV 51.69 197.03 148.91 -
System Red Green Blue C M Y K H S L
Decimal 81 13 174 0.53 0.93 0 0.32 265.34 0.86 0.37
Hex 51 D AE 35 5D 0 20 109 56 25
Octal 121 15 256 65 135 0 40 411 126 45
Binary 1010001 1101 10101110 110101 1011101 0 100000 100001001 1010110 100101

Color Harmonies of #510DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DAE

Black with #510DAE

Text Example


Text Example

White with #510DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,13,174); }

 H1.HeaderClassName
 {
   color: #510DAE;
 }
 .AnyTagClassName
 {
   color: #510DAE;
 }
</style>

background-color css

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

 a { background-color: rgb(81,13,174); }

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

border-color css

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

 span { border-color: rgb(81,13,174); }

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