Html Css Color HEX #521AE0 Han Purple

📋 copy color: '#521AE0'

red 82 ◦ green 26 ◦ blue 224

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

Shades of Han Purple #521AE0

Tints of Han Purple #521AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 67.47%

R = 24.7%
G = 7.83%
B = 67.47%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#521AE0 (or 0x521AE0) is known color: Han Purple. HEX triplet: 52, 1A and E0. RGB value is (82,26,224). Sum of RGB (Red+Green+Blue) = 82+26+224=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #521AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521AE0 is #ADE51F. Grayscale: #404040. Windows color (decimal): -11396384 or 14686802. OLE color: 14686802.

HSL color Cylindrical-coordinate representation of color #521AE0: hue angle of 256.97º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521AE0 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 26 224 -
CMYK 0.63 0.88 0 0.12
HSL 256.97º 0.79% 0.49% -
HSV(B) 256.97º 0.88% 0.88% -
XYZ 17.3 7.91 71.14 -
YUV 65.32 217.55 139.9 -
System Red Green Blue C M Y K H S L
Decimal 82 26 224 0.63 0.88 0 0.12 256.97 0.79 0.49
Hex 52 1A E0 3F 58 0 C 101 4F 31
Octal 122 32 340 77 130 0 14 401 117 61
Binary 1010010 11010 11100000 111111 1011000 0 1100 100000001 1001111 110001

Color Harmonies of #521AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AE0

Black with #521AE0

Text Example


Text Example

White with #521AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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