Html Css Color HEX #5221EC Han Purple

📋 copy color: '#5221EC'

red 82 ◦ green 33 ◦ blue 236

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

Shades of Han Purple #5221EC

Tints of Han Purple #5221EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.24%

R = 23.36%
G = 9.4%
B = 67.24%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5221EC (or 0x5221EC) is known color: Han Purple. HEX triplet: 52, 21 and EC. RGB value is (82,33,236). Sum of RGB (Red+Green+Blue) = 82+33+236=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #5221EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5221EC is #ADDE13. Grayscale: #464646. Windows color (decimal): -11394580 or 15475026. OLE color: 15475026.

HSL color Cylindrical-coordinate representation of color #5221EC: hue angle of 254.48º degrees, saturation: 0.84, 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 #5221EC is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 33 236 -
CMYK 0.65 0.86 0 0.07
HSL 254.48º 0.84% 0.53% -
HSV(B) 254.48º 0.86% 0.93% -
XYZ 19.16 8.94 80.07 -
YUV 70.79 221.23 135.99 -
System Red Green Blue C M Y K H S L
Decimal 82 33 236 0.65 0.86 0 0.07 254.48 0.84 0.53
Hex 52 21 EC 41 56 0 7 FE 54 35
Octal 122 41 354 101 126 0 7 376 124 65
Binary 1010010 100001 11101100 1000001 1010110 0 111 11111110 1010100 110101

Color Harmonies of #5221EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5221EC

Black with #5221EC

Text Example


Text Example

White with #5221EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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