Html Css Color HEX #510AAE Purple Heart

📋 copy color: '#510AAE'

red 81 ◦ green 10 ◦ blue 174

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

Shades of Purple Heart #510AAE

Tints of Purple Heart #510AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.77%

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

R = 30.57%
G = 3.77%
B = 65.66%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#510AAE (or 0x510AAE) is known color: Purple Heart. HEX triplet: 51, 0A and AE. RGB value is (81,10,174). Sum of RGB (Red+Green+Blue) = 81+10+174=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #510AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510AAE is #AEF551. Grayscale: #313131. Windows color (decimal): -11466066 or 11405905. OLE color: 11405905.

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

Color convert

RGB 81 10 174 -
CMYK 0.53 0.94 0 0.32
HSL 265.98º 0.89% 0.36% -
HSV(B) 265.98º 0.94% 0.68% -
XYZ 11.14 5.02 40.43 -
YUV 49.93 198.02 150.16 -
System Red Green Blue C M Y K H S L
Decimal 81 10 174 0.53 0.94 0 0.32 265.98 0.89 0.36
Hex 51 A AE 35 5E 0 20 10A 59 24
Octal 121 12 256 65 136 0 40 412 131 44
Binary 1010001 1010 10101110 110101 1011110 0 100000 100001010 1011001 100100

Color Harmonies of #510AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510AAE

Black with #510AAE

Text Example


Text Example

White with #510AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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