Html Css Color HEX #522ADF Han Purple

📋 copy color: '#522ADF'

red 82 ◦ green 42 ◦ blue 223

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

Shades of Han Purple #522ADF

Tints of Han Purple #522ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.27%

R = 23.63%
G = 12.1%
B = 64.27%

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

#522ADF (or 0x522ADF) is known color: Han Purple. HEX triplet: 52, 2A and DF. RGB value is (82,42,223). Sum of RGB (Red+Green+Blue) = 82+42+223=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #522ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ADF is #ADD520. Grayscale: #494949. Windows color (decimal): -11392289 or 14625362. OLE color: 14625362.

HSL color Cylindrical-coordinate representation of color #522ADF: hue angle of 253.26º degrees, saturation: 0.74, 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 #522ADF is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 42 223 -
CMYK 0.63 0.81 0 0.13
HSL 253.26º 0.74% 0.52% -
HSV(B) 253.26º 0.81% 0.87% -
XYZ 17.63 8.78 70.58 -
YUV 74.59 211.75 133.28 -
System Red Green Blue C M Y K H S L
Decimal 82 42 223 0.63 0.81 0 0.13 253.26 0.74 0.52
Hex 52 2A DF 3F 51 0 D FD 4A 34
Octal 122 52 337 77 121 0 15 375 112 64
Binary 1010010 101010 11011111 111111 1010001 0 1101 11111101 1001010 110100

Color Harmonies of #522ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522ADF

Black with #522ADF

Text Example


Text Example

White with #522ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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