Html Css Color HEX #520AAD Purple Heart

📋 copy color: '#520AAD'

red 82 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #520AAD

Tints of Purple Heart #520AAD

RGB

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

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

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

R = 30.94%
G = 3.77%
B = 65.28%

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

#520AAD (or 0x520AAD) is known color: Purple Heart. HEX triplet: 52, 0A and AD. RGB value is (82,10,173). Sum of RGB (Red+Green+Blue) = 82+10+173=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #520AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520AAD is #ADF552. Grayscale: #313131. Windows color (decimal): -11400531 or 11340370. OLE color: 11340370.

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

Color convert

RGB 82 10 173 -
CMYK 0.53 0.94 0 0.32
HSL 266.5º 0.89% 0.36% -
HSV(B) 266.5º 0.94% 0.68% -
XYZ 11.13 5.03 39.92 -
YUV 50.11 197.35 150.75 -
System Red Green Blue C M Y K H S L
Decimal 82 10 173 0.53 0.94 0 0.32 266.5 0.89 0.36
Hex 52 A AD 35 5E 0 20 10B 59 24
Octal 122 12 255 65 136 0 40 413 131 44
Binary 1010010 1010 10101101 110101 1011110 0 100000 100001011 1011001 100100

Color Harmonies of #520AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520AAD

Black with #520AAD

Text Example


Text Example

White with #520AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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