Html Css Color HEX #521DAE Purple Heart

📋 copy color: '#521DAE'

red 82 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #521DAE

Tints of Purple Heart #521DAE

RGB

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

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

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

R = 28.77%
G = 10.18%
B = 61.05%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#521DAE (or 0x521DAE) is known color: Purple Heart. HEX triplet: 52, 1D and AE. RGB value is (82,29,174). Sum of RGB (Red+Green+Blue) = 82+29+174=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #521DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521DAE is #ADE251. Grayscale: #3C3C3C. Windows color (decimal): -11395666 or 11410770. OLE color: 11410770.

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

Color convert

RGB 82 29 174 -
CMYK 0.53 0.83 0 0.32
HSL 261.93º 0.71% 0.4% -
HSV(B) 261.93º 0.83% 0.68% -
XYZ 11.56 5.73 40.54 -
YUV 61.38 191.56 142.71 -
System Red Green Blue C M Y K H S L
Decimal 82 29 174 0.53 0.83 0 0.32 261.93 0.71 0.4
Hex 52 1D AE 35 53 0 20 106 47 28
Octal 122 35 256 65 123 0 40 406 107 50
Binary 1010010 11101 10101110 110101 1010011 0 100000 100000110 1000111 101000

Color Harmonies of #521DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DAE

Black with #521DAE

Text Example


Text Example

White with #521DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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