Html Css Color HEX #521DAA Purple Heart

📋 copy color: '#521DAA'

red 82 ◦ green 29 ◦ blue 170

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

Shades of Purple Heart #521DAA

Tints of Purple Heart #521DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.32%

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

R = 29.18%
G = 10.32%
B = 60.5%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#521DAA (or 0x521DAA) is known color: Purple Heart. HEX triplet: 52, 1D and AA. RGB value is (82,29,170). Sum of RGB (Red+Green+Blue) = 82+29+170=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #521DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521DAA is #ADE255. Grayscale: #3C3C3C. Windows color (decimal): -11395670 or 11148626. OLE color: 11148626.

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

Color convert

RGB 82 29 170 -
CMYK 0.52 0.83 0 0.33
HSL 262.55º 0.71% 0.39% -
HSV(B) 262.55º 0.83% 0.67% -
XYZ 11.17 5.57 38.52 -
YUV 60.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 82 29 170 0.52 0.83 0 0.33 262.55 0.71 0.39
Hex 52 1D AA 34 53 0 21 107 47 27
Octal 122 35 252 64 123 0 41 407 107 47
Binary 1010010 11101 10101010 110100 1010011 0 100001 100000111 1000111 100111

Color Harmonies of #521DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DAA

Black with #521DAA

Text Example


Text Example

White with #521DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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