Html Css Color HEX #522ADE Han Purple

📋 copy color: '#522ADE'

red 82 ◦ green 42 ◦ blue 222

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

Shades of Han Purple #522ADE

Tints of Han Purple #522ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.14%

 BLUE value IS 222 (87.11% from 255) = 64.16%

R = 23.7%
G = 12.14%
B = 64.16%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#522ADE (or 0x522ADE) is known color: Han Purple. HEX triplet: 52, 2A and DE. RGB value is (82,42,222). Sum of RGB (Red+Green+Blue) = 82+42+222=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #522ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ADE is #ADD521. Grayscale: #494949. Windows color (decimal): -11392290 or 14559826. OLE color: 14559826.

HSL color Cylindrical-coordinate representation of color #522ADE: hue angle of 253.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #522ADE is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 42 222 -
CMYK 0.63 0.81 0 0.13
HSL 253.33º 0.73% 0.52% -
HSV(B) 253.33º 0.81% 0.87% -
XYZ 17.49 8.72 69.87 -
YUV 74.48 211.25 133.36 -
System Red Green Blue C M Y K H S L
Decimal 82 42 222 0.63 0.81 0 0.13 253.33 0.73 0.52
Hex 52 2A DE 3F 51 0 D FD 49 34
Octal 122 52 336 77 121 0 15 375 111 64
Binary 1010010 101010 11011110 111111 1010001 0 1101 11111101 1001001 110100

Color Harmonies of #522ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522ADE

Black with #522ADE

Text Example


Text Example

White with #522ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522ADE; }

 p { color: rgb(82,42,222); }

 H1.HeaderClassName
 {
   color: #522ADE;
 }
 .AnyTagClassName
 {
   color: #522ADE;
 }
</style>

background-color css

<style>
 a { background-color: #522ADE; }

 a { background-color: rgb(82,42,222); }

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

border-color css

<style>
 span { border-color: #522ADE; }

 span { border-color: rgb(82,42,222); }

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