Html Css Color HEX #522EDE Han Purple

📋 copy color: '#522EDE'

red 82 ◦ green 46 ◦ blue 222

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

Shades of Han Purple #522EDE

Tints of Han Purple #522EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.14%

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

R = 23.43%
G = 13.14%
B = 63.43%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#522EDE (or 0x522EDE) is known color: Han Purple. HEX triplet: 52, 2E and DE. RGB value is (82,46,222). Sum of RGB (Red+Green+Blue) = 82+46+222=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #522EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522EDE is #ADD121. Grayscale: #4C4C4C. Windows color (decimal): -11391266 or 14560850. OLE color: 14560850.

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

Color convert

RGB 82 46 222 -
CMYK 0.63 0.79 0 0.13
HSL 252.27º 0.73% 0.53% -
HSV(B) 252.27º 0.79% 0.87% -
XYZ 17.64 9.02 69.92 -
YUV 76.83 209.93 131.69 -
System Red Green Blue C M Y K H S L
Decimal 82 46 222 0.63 0.79 0 0.13 252.27 0.73 0.53
Hex 52 2E DE 3F 4F 0 D FC 49 35
Octal 122 56 336 77 117 0 15 374 111 65
Binary 1010010 101110 11011110 111111 1001111 0 1101 11111100 1001001 110101

Color Harmonies of #522EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522EDE

Black with #522EDE

Text Example


Text Example

White with #522EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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