Html Css Color HEX #521BAA Purple Heart

📋 copy color: '#521BAA'

red 82 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #521BAA

Tints of Purple Heart #521BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.68%

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

R = 29.39%
G = 9.68%
B = 60.93%

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

#521BAA (or 0x521BAA) is known color: Purple Heart. HEX triplet: 52, 1B and AA. RGB value is (82,27,170). Sum of RGB (Red+Green+Blue) = 82+27+170=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #521BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521BAA is #ADE455. Grayscale: #3B3B3B. Windows color (decimal): -11396182 or 11148114. OLE color: 11148114.

HSL color Cylindrical-coordinate representation of color #521BAA: hue angle of 263.08º degrees, saturation: 0.73, 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 #521BAA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 27 170 -
CMYK 0.52 0.84 0 0.33
HSL 263.08º 0.73% 0.39% -
HSV(B) 263.08º 0.84% 0.67% -
XYZ 11.13 5.48 38.5 -
YUV 59.75 190.22 143.87 -
System Red Green Blue C M Y K H S L
Decimal 82 27 170 0.52 0.84 0 0.33 263.08 0.73 0.39
Hex 52 1B AA 34 54 0 21 107 49 27
Octal 122 33 252 64 124 0 41 407 111 47
Binary 1010010 11011 10101010 110100 1010100 0 100001 100000111 1001001 100111

Color Harmonies of #521BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521BAA

Black with #521BAA

Text Example


Text Example

White with #521BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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