Html Css Color HEX #510AAF Purple Heart

📋 copy color: '#510AAF'

red 81 ◦ green 10 ◦ blue 175

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

Shades of Purple Heart #510AAF

Tints of Purple Heart #510AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.79%

R = 30.45%
G = 3.76%
B = 65.79%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#510AAF (or 0x510AAF) is known color: Purple Heart. HEX triplet: 51, 0A and AF. RGB value is (81,10,175). Sum of RGB (Red+Green+Blue) = 81+10+175=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #510AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510AAF is #AEF550. Grayscale: #313131. Windows color (decimal): -11466065 or 11471441. OLE color: 11471441.

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

Color convert

RGB 81 10 175 -
CMYK 0.54 0.94 0 0.31
HSL 265.82º 0.89% 0.36% -
HSV(B) 265.82º 0.94% 0.69% -
XYZ 11.24 5.06 40.94 -
YUV 50.04 198.52 150.08 -
System Red Green Blue C M Y K H S L
Decimal 81 10 175 0.54 0.94 0 0.31 265.82 0.89 0.36
Hex 51 A AF 36 5E 0 1F 10A 59 24
Octal 121 12 257 66 136 0 37 412 131 44
Binary 1010001 1010 10101111 110110 1011110 0 11111 100001010 1011001 100100

Color Harmonies of #510AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510AAF

Black with #510AAF

Text Example


Text Example

White with #510AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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