Html Css Color HEX #520DAE Purple Heart

📋 copy color: '#520DAE'

red 82 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #520DAE

Tints of Purple Heart #520DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.68%

R = 30.48%
G = 4.83%
B = 64.68%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#520DAE (or 0x520DAE) is known color: Purple Heart. HEX triplet: 52, 0D and AE. RGB value is (82,13,174). Sum of RGB (Red+Green+Blue) = 82+13+174=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #520DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520DAE is #ADF251. Grayscale: #333333. Windows color (decimal): -11399762 or 11406674. OLE color: 11406674.

HSL color Cylindrical-coordinate representation of color #520DAE: hue angle of 265.71º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520DAE is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 13 174 -
CMYK 0.53 0.93 0 0.32
HSL 265.71º 0.86% 0.37% -
HSV(B) 265.71º 0.93% 0.68% -
XYZ 11.26 5.14 40.44 -
YUV 51.99 196.86 149.41 -
System Red Green Blue C M Y K H S L
Decimal 82 13 174 0.53 0.93 0 0.32 265.71 0.86 0.37
Hex 52 D AE 35 5D 0 20 10A 56 25
Octal 122 15 256 65 135 0 40 412 126 45
Binary 1010010 1101 10101110 110101 1011101 0 100000 100001010 1010110 100101

Color Harmonies of #520DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DAE

Black with #520DAE

Text Example


Text Example

White with #520DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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