Html Css Color HEX #520AAF Purple Heart

📋 copy color: '#520AAF'

red 82 ◦ green 10 ◦ blue 175

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

Shades of Purple Heart #520AAF

Tints of Purple Heart #520AAF

RGB

 RED value IS 82 (32.42% from 255) = 30.71%

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

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

R = 30.71%
G = 3.75%
B = 65.54%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#520AAF (or 0x520AAF) is known color: Purple Heart. HEX triplet: 52, 0A and AF. RGB value is (82,10,175). Sum of RGB (Red+Green+Blue) = 82+10+175=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #520AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520AAF is #ADF550. Grayscale: #313131. Windows color (decimal): -11400529 or 11471442. OLE color: 11471442.

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

Color convert

RGB 82 10 175 -
CMYK 0.53 0.94 0 0.31
HSL 266.18º 0.89% 0.36% -
HSV(B) 266.18º 0.94% 0.69% -
XYZ 11.33 5.11 40.95 -
YUV 50.34 198.35 150.58 -
System Red Green Blue C M Y K H S L
Decimal 82 10 175 0.53 0.94 0 0.31 266.18 0.89 0.36
Hex 52 A AF 35 5E 0 1F 10A 59 24
Octal 122 12 257 65 136 0 37 412 131 44
Binary 1010010 1010 10101111 110101 1011110 0 11111 100001010 1011001 100100

Color Harmonies of #520AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520AAF

Black with #520AAF

Text Example


Text Example

White with #520AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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