Html Css Color HEX #5221EE Han Purple

📋 copy color: '#5221EE'

red 82 ◦ green 33 ◦ blue 238

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

Shades of Han Purple #5221EE

Tints of Han Purple #5221EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.35%

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

R = 23.23%
G = 9.35%
B = 67.42%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5221EE (or 0x5221EE) is known color: Han Purple. HEX triplet: 52, 21 and EE. RGB value is (82,33,238). Sum of RGB (Red+Green+Blue) = 82+33+238=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #5221EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5221EE is #ADDE11. Grayscale: #464646. Windows color (decimal): -11394578 or 15606098. OLE color: 15606098.

HSL color Cylindrical-coordinate representation of color #5221EE: hue angle of 254.34º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5221EE is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 33 238 -
CMYK 0.66 0.86 0 0.07
HSL 254.34º 0.86% 0.53% -
HSV(B) 254.34º 0.86% 0.93% -
XYZ 19.46 9.05 81.61 -
YUV 71.02 222.23 135.83 -
System Red Green Blue C M Y K H S L
Decimal 82 33 238 0.66 0.86 0 0.07 254.34 0.86 0.53
Hex 52 21 EE 42 56 0 7 FE 56 35
Octal 122 41 356 102 126 0 7 376 126 65
Binary 1010010 100001 11101110 1000010 1010110 0 111 11111110 1010110 110101

Color Harmonies of #5221EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5221EE

Black with #5221EE

Text Example


Text Example

White with #5221EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5221EE; }

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

 H1.HeaderClassName
 {
   color: #5221EE;
 }
 .AnyTagClassName
 {
   color: #5221EE;
 }
</style>

background-color css

<style>
 a { background-color: #5221EE; }

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

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

border-color css

<style>
 span { border-color: #5221EE; }

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

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