Html Css Color HEX #521AA4 Purple Heart

📋 copy color: '#521AA4'

red 82 ◦ green 26 ◦ blue 164

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

Shades of Purple Heart #521AA4

Tints of Purple Heart #521AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 60.29%

R = 30.15%
G = 9.56%
B = 60.29%

CMYK

 C value IS 0.5

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#521AA4 (or 0x521AA4) is known color: Purple Heart. HEX triplet: 52, 1A and A4. RGB value is (82,26,164). Sum of RGB (Red+Green+Blue) = 82+26+164=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #521AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521AA4 is #ADE55B. Grayscale: #393939. Windows color (decimal): -11396444 or 10754642. OLE color: 10754642.

HSL color Cylindrical-coordinate representation of color #521AA4: hue angle of 264.35º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521AA4 is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 26 164 -
CMYK 0.5 0.84 0 0.36
HSL 264.35º 0.73% 0.37% -
HSV(B) 264.35º 0.84% 0.64% -
XYZ 10.55 5.21 35.57 -
YUV 58.48 187.55 144.78 -
System Red Green Blue C M Y K H S L
Decimal 82 26 164 0.5 0.84 0 0.36 264.35 0.73 0.37
Hex 52 1A A4 32 54 0 24 108 49 25
Octal 122 32 244 62 124 0 44 410 111 45
Binary 1010010 11010 10100100 110010 1010100 0 100100 100001000 1001001 100101

Color Harmonies of #521AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AA4

Black with #521AA4

Text Example


Text Example

White with #521AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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