Html Css Color HEX #522AF8 Han Purple

📋 copy color: '#522AF8'

red 82 ◦ green 42 ◦ blue 248

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

Shades of Han Purple #522AF8

Tints of Han Purple #522AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 66.67%

R = 22.04%
G = 11.29%
B = 66.67%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#522AF8 (or 0x522AF8) is known color: Han Purple. HEX triplet: 52, 2A and F8. RGB value is (82,42,248). Sum of RGB (Red+Green+Blue) = 82+42+248=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #522AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522AF8 is #ADD507. Grayscale: #4C4C4C. Windows color (decimal): -11392264 or 16263762. OLE color: 16263762.

HSL color Cylindrical-coordinate representation of color #522AF8: hue angle of 251.65º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #522AF8 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 42 248 -
CMYK 0.67 0.83 0 0.03
HSL 251.65º 0.94% 0.57% -
HSV(B) 251.65º 0.83% 0.97% -
XYZ 21.25 10.23 89.66 -
YUV 77.44 224.25 131.25 -
System Red Green Blue C M Y K H S L
Decimal 82 42 248 0.67 0.83 0 0.03 251.65 0.94 0.57
Hex 52 2A F8 43 53 0 3 FC 5E 39
Octal 122 52 370 103 123 0 3 374 136 71
Binary 1010010 101010 11111000 1000011 1010011 0 11 11111100 1011110 111001

Color Harmonies of #522AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522AF8

Black with #522AF8

Text Example


Text Example

White with #522AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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