Html Css Color HEX #522BEE Han Purple

📋 copy color: '#522BEE'

red 82 ◦ green 43 ◦ blue 238

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

Shades of Han Purple #522BEE

Tints of Han Purple #522BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.85%

 BLUE value IS 238 (93.36% from 255) = 65.56%

R = 22.59%
G = 11.85%
B = 65.56%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#522BEE (or 0x522BEE) is known color: Han Purple. HEX triplet: 52, 2B and EE. RGB value is (82,43,238). Sum of RGB (Red+Green+Blue) = 82+43+238=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #522BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522BEE is #ADD411. Grayscale: #4C4C4C. Windows color (decimal): -11392018 or 15608658. OLE color: 15608658.

HSL color Cylindrical-coordinate representation of color #522BEE: hue angle of 252º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #522BEE is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 43 238 -
CMYK 0.66 0.82 0 0.07
HSL 252º 0.85% 0.55% -
HSV(B) 252º 0.82% 0.93% -
XYZ 19.78 9.69 81.72 -
YUV 76.89 218.92 131.64 -
System Red Green Blue C M Y K H S L
Decimal 82 43 238 0.66 0.82 0 0.07 252 0.85 0.55
Hex 52 2B EE 42 52 0 7 FC 55 37
Octal 122 53 356 102 122 0 7 374 125 67
Binary 1010010 101011 11101110 1000010 1010010 0 111 11111100 1010101 110111

Color Harmonies of #522BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522BEE

Black with #522BEE

Text Example


Text Example

White with #522BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,43,238); }

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

background-color css

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

 a { background-color: rgb(82,43,238); }

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

border-color css

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

 span { border-color: rgb(82,43,238); }

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