Html Css Color HEX #510AAD Purple Heart

📋 copy color: '#510AAD'

red 81 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #510AAD

Tints of Purple Heart #510AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.53%

R = 30.68%
G = 3.79%
B = 65.53%

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

#510AAD (or 0x510AAD) is known color: Purple Heart. HEX triplet: 51, 0A and AD. RGB value is (81,10,173). Sum of RGB (Red+Green+Blue) = 81+10+173=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #510AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510AAD is #AEF552. Grayscale: #313131. Windows color (decimal): -11466067 or 11340369. OLE color: 11340369.

HSL color Cylindrical-coordinate representation of color #510AAD: hue angle of 266.13º 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 #510AAD is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 10 173 -
CMYK 0.53 0.94 0 0.32
HSL 266.13º 0.89% 0.36% -
HSV(B) 266.13º 0.94% 0.68% -
XYZ 11.04 4.98 39.91 -
YUV 49.81 197.52 150.25 -
System Red Green Blue C M Y K H S L
Decimal 81 10 173 0.53 0.94 0 0.32 266.13 0.89 0.36
Hex 51 A AD 35 5E 0 20 10A 59 24
Octal 121 12 255 65 136 0 40 412 131 44
Binary 1010001 1010 10101101 110101 1011110 0 100000 100001010 1011001 100100

Color Harmonies of #510AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510AAD

Black with #510AAD

Text Example


Text Example

White with #510AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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