Html Css Color HEX #521AAA Purple Heart

📋 copy color: '#521AAA'

red 82 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #521AAA

Tints of Purple Heart #521AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

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

R = 29.5%
G = 9.35%
B = 61.15%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#521AAA (or 0x521AAA) is known color: Purple Heart. HEX triplet: 52, 1A and AA. RGB value is (82,26,170). Sum of RGB (Red+Green+Blue) = 82+26+170=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #521AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521AAA is #ADE555. Grayscale: #3A3A3A. Windows color (decimal): -11396438 or 11147858. OLE color: 11147858.

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

Color convert

RGB 82 26 170 -
CMYK 0.52 0.85 0 0.33
HSL 263.33º 0.73% 0.38% -
HSV(B) 263.33º 0.85% 0.67% -
XYZ 11.1 5.43 38.49 -
YUV 59.16 190.55 144.29 -
System Red Green Blue C M Y K H S L
Decimal 82 26 170 0.52 0.85 0 0.33 263.33 0.73 0.38
Hex 52 1A AA 34 55 0 21 107 49 26
Octal 122 32 252 64 125 0 41 407 111 46
Binary 1010010 11010 10101010 110100 1010101 0 100001 100000111 1001001 100110

Color Harmonies of #521AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AAA

Black with #521AAA

Text Example


Text Example

White with #521AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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