Html Css Color HEX #521AD5 Purple Heart

📋 copy color: '#521AD5'

red 82 ◦ green 26 ◦ blue 213

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

Shades of Purple Heart #521AD5

Tints of Purple Heart #521AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 66.36%

R = 25.55%
G = 8.1%
B = 66.36%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#521AD5 (or 0x521AD5) is known color: Purple Heart. HEX triplet: 52, 1A and D5. RGB value is (82,26,213). Sum of RGB (Red+Green+Blue) = 82+26+213=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 213 (83.59% from 255 or 66.36% from 321); Max value from RGB is 213 - color contains mainly: blue. Hex color #521AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521AD5 is #ADE52A. Grayscale: #3F3F3F. Windows color (decimal): -11396395 or 13965906. OLE color: 13965906.

HSL color Cylindrical-coordinate representation of color #521AD5: hue angle of 257.97º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521AD5 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 26 213 -
CMYK 0.62 0.88 0 0.16
HSL 257.97º 0.78% 0.47% -
HSV(B) 257.97º 0.88% 0.84% -
XYZ 15.86 7.34 63.53 -
YUV 64.06 212.05 140.79 -
System Red Green Blue C M Y K H S L
Decimal 82 26 213 0.62 0.88 0 0.16 257.97 0.78 0.47
Hex 52 1A D5 3E 58 0 10 102 4E 2F
Octal 122 32 325 76 130 0 20 402 116 57
Binary 1010010 11010 11010101 111110 1011000 0 10000 100000010 1001110 101111

Color Harmonies of #521AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AD5

Black with #521AD5

Text Example


Text Example

White with #521AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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