Html Css Color HEX #522ADC Han Purple

📋 copy color: '#522ADC'

red 82 ◦ green 42 ◦ blue 220

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

Shades of Han Purple #522ADC

Tints of Han Purple #522ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 23.84%
G = 12.21%
B = 63.95%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#522ADC (or 0x522ADC) is known color: Han Purple. HEX triplet: 52, 2A and DC. RGB value is (82,42,220). Sum of RGB (Red+Green+Blue) = 82+42+220=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #522ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ADC is #ADD523. Grayscale: #494949. Windows color (decimal): -11392292 or 14428754. OLE color: 14428754.

HSL color Cylindrical-coordinate representation of color #522ADC: hue angle of 253.48º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #522ADC is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 42 220 -
CMYK 0.63 0.81 0 0.14
HSL 253.48º 0.72% 0.51% -
HSV(B) 253.48º 0.81% 0.86% -
XYZ 17.23 8.62 68.47 -
YUV 74.25 210.25 133.53 -
System Red Green Blue C M Y K H S L
Decimal 82 42 220 0.63 0.81 0 0.14 253.48 0.72 0.51
Hex 52 2A DC 3F 51 0 E FD 48 33
Octal 122 52 334 77 121 0 16 375 110 63
Binary 1010010 101010 11011100 111111 1010001 0 1110 11111101 1001000 110011

Color Harmonies of #522ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522ADC

Black with #522ADC

Text Example


Text Example

White with #522ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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