Html Css Color HEX #521DA9 Purple Heart

📋 copy color: '#521DA9'

red 82 ◦ green 29 ◦ blue 169

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

Shades of Purple Heart #521DA9

Tints of Purple Heart #521DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 60.36%

R = 29.29%
G = 10.36%
B = 60.36%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#521DA9 (or 0x521DA9) is known color: Purple Heart. HEX triplet: 52, 1D and A9. RGB value is (82,29,169). Sum of RGB (Red+Green+Blue) = 82+29+169=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 169 (66.41% from 255 or 60.36% from 280); Max value from RGB is 169 - color contains mainly: blue. Hex color #521DA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521DA9 is #ADE256. Grayscale: #3C3C3C. Windows color (decimal): -11395671 or 11083090. OLE color: 11083090.

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

Color convert

RGB 82 29 169 -
CMYK 0.51 0.83 0 0.34
HSL 262.71º 0.71% 0.39% -
HSV(B) 262.71º 0.83% 0.66% -
XYZ 11.08 5.54 38.02 -
YUV 60.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 82 29 169 0.51 0.83 0 0.34 262.71 0.71 0.39
Hex 52 1D A9 33 53 0 22 107 47 27
Octal 122 35 251 63 123 0 42 407 107 47
Binary 1010010 11101 10101001 110011 1010011 0 100010 100000111 1000111 100111

Color Harmonies of #521DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DA9

Black with #521DA9

Text Example


Text Example

White with #521DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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