Html Css Color HEX #521AD4 Purple Heart

📋 copy color: '#521AD4'

red 82 ◦ green 26 ◦ blue 212

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

Shades of Purple Heart #521AD4

Tints of Purple Heart #521AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 66.25%

R = 25.63%
G = 8.13%
B = 66.25%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#521AD4 (or 0x521AD4) is known color: Purple Heart. HEX triplet: 52, 1A and D4. RGB value is (82,26,212). Sum of RGB (Red+Green+Blue) = 82+26+212=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 212 (83.20% from 255 or 66.25% from 320); Max value from RGB is 212 - color contains mainly: blue. Hex color #521AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521AD4 is #ADE52B. Grayscale: #3F3F3F. Windows color (decimal): -11396396 or 13900370. OLE color: 13900370.

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

Color convert

RGB 82 26 212 -
CMYK 0.61 0.88 0 0.17
HSL 258.06º 0.78% 0.47% -
HSV(B) 258.06º 0.88% 0.83% -
XYZ 15.73 7.29 62.86 -
YUV 63.95 211.55 140.88 -
System Red Green Blue C M Y K H S L
Decimal 82 26 212 0.61 0.88 0 0.17 258.06 0.78 0.47
Hex 52 1A D4 3D 58 0 11 102 4E 2F
Octal 122 32 324 75 130 0 21 402 116 57
Binary 1010010 11010 11010100 111101 1011000 0 10001 100000010 1001110 101111

Color Harmonies of #521AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AD4

Black with #521AD4

Text Example


Text Example

White with #521AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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