Html Css Color HEX #520DAA Purple Heart

📋 copy color: '#520DAA'

red 82 ◦ green 13 ◦ blue 170

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

Shades of Purple Heart #520DAA

Tints of Purple Heart #520DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.91%

 BLUE value IS 170 (66.8% from 255) = 64.15%

R = 30.94%
G = 4.91%
B = 64.15%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#520DAA (or 0x520DAA) is known color: Purple Heart. HEX triplet: 52, 0D and AA. RGB value is (82,13,170). Sum of RGB (Red+Green+Blue) = 82+13+170=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #520DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520DAA is #ADF255. Grayscale: #323232. Windows color (decimal): -11399766 or 11144530. OLE color: 11144530.

HSL color Cylindrical-coordinate representation of color #520DAA: hue angle of 266.37º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520DAA is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 13 170 -
CMYK 0.52 0.92 0 0.33
HSL 266.37º 0.86% 0.36% -
HSV(B) 266.37º 0.92% 0.67% -
XYZ 10.88 4.98 38.42 -
YUV 51.53 194.86 149.73 -
System Red Green Blue C M Y K H S L
Decimal 82 13 170 0.52 0.92 0 0.33 266.37 0.86 0.36
Hex 52 D AA 34 5C 0 21 10A 56 24
Octal 122 15 252 64 134 0 41 412 126 44
Binary 1010010 1101 10101010 110100 1011100 0 100001 100001010 1010110 100100

Color Harmonies of #520DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DAA

Black with #520DAA

Text Example


Text Example

White with #520DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,13,170); }

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

background-color css

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

 a { background-color: rgb(82,13,170); }

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

border-color css

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

 span { border-color: rgb(82,13,170); }

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