Html Css Color HEX #521CAA Purple Heart

📋 copy color: '#521CAA'

red 82 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #521CAA

Tints of Purple Heart #521CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10%

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

R = 29.29%
G = 10%
B = 60.71%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#521CAA (or 0x521CAA) is known color: Purple Heart. HEX triplet: 52, 1C and AA. RGB value is (82,28,170). Sum of RGB (Red+Green+Blue) = 82+28+170=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #521CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521CAA is #ADE355. Grayscale: #3B3B3B. Windows color (decimal): -11395926 or 11148370. OLE color: 11148370.

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

Color convert

RGB 82 28 170 -
CMYK 0.52 0.84 0 0.33
HSL 262.82º 0.72% 0.39% -
HSV(B) 262.82º 0.84% 0.67% -
XYZ 11.15 5.53 38.51 -
YUV 60.33 189.89 143.45 -
System Red Green Blue C M Y K H S L
Decimal 82 28 170 0.52 0.84 0 0.33 262.82 0.72 0.39
Hex 52 1C AA 34 54 0 21 107 48 27
Octal 122 34 252 64 124 0 41 407 110 47
Binary 1010010 11100 10101010 110100 1010100 0 100001 100000111 1001000 100111

Color Harmonies of #521CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CAA

Black with #521CAA

Text Example


Text Example

White with #521CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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