Html Css Color HEX #521AA3 Purple Heart

📋 copy color: '#521AA3'

red 82 ◦ green 26 ◦ blue 163

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

Shades of Purple Heart #521AA3

Tints of Purple Heart #521AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 60.15%

R = 30.26%
G = 9.59%
B = 60.15%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#521AA3 (or 0x521AA3) is known color: Purple Heart. HEX triplet: 52, 1A and A3. RGB value is (82,26,163). Sum of RGB (Red+Green+Blue) = 82+26+163=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 163 (64.06% from 255 or 60.15% from 271); Max value from RGB is 163 - color contains mainly: blue. Hex color #521AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521AA3 is #ADE55C. Grayscale: #393939. Windows color (decimal): -11396445 or 10689106. OLE color: 10689106.

HSL color Cylindrical-coordinate representation of color #521AA3: hue angle of 264.53º degrees, saturation: 0.72, 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 #521AA3 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 26 163 -
CMYK 0.50 0.84 0 0.36
HSL 264.53º 0.72% 0.37% -
HSV(B) 264.53º 0.84% 0.64% -
XYZ 10.46 5.18 35.1 -
YUV 58.36 187.05 144.86 -
System Red Green Blue C M Y K H S L
Decimal 82 26 163 0.50 0.84 0 0.36 264.53 0.72 0.37
Hex 52 1A A3 32 54 0 24 109 48 25
Octal 122 32 243 62 124 0 44 411 110 45
Binary 1010010 11010 10100011 110010 1010100 0 100100 100001001 1001000 100101

Color Harmonies of #521AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AA3

Black with #521AA3

Text Example


Text Example

White with #521AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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