Html Css Color HEX #521AAB Purple Heart

📋 copy color: '#521AAB'

red 82 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #521AAB

Tints of Purple Heart #521AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.29%

R = 29.39%
G = 9.32%
B = 61.29%

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

#521AAB (or 0x521AAB) is known color: Purple Heart. HEX triplet: 52, 1A and AB. RGB value is (82,26,171). Sum of RGB (Red+Green+Blue) = 82+26+171=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #521AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521AAB is #ADE554. Grayscale: #3A3A3A. Windows color (decimal): -11396437 or 11213394. OLE color: 11213394.

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

Color convert

RGB 82 26 171 -
CMYK 0.52 0.85 0 0.33
HSL 263.17º 0.74% 0.39% -
HSV(B) 263.17º 0.85% 0.67% -
XYZ 11.2 5.47 38.99 -
YUV 59.27 191.05 144.21 -
System Red Green Blue C M Y K H S L
Decimal 82 26 171 0.52 0.85 0 0.33 263.17 0.74 0.39
Hex 52 1A AB 34 55 0 21 107 4A 27
Octal 122 32 253 64 125 0 41 407 112 47
Binary 1010010 11010 10101011 110100 1010101 0 100001 100000111 1001010 100111

Color Harmonies of #521AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AAB

Black with #521AAB

Text Example


Text Example

White with #521AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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