Html Css Color HEX #5227ED Han Purple

📋 copy color: '#5227ED'

red 82 ◦ green 39 ◦ blue 237

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

Shades of Han Purple #5227ED

Tints of Han Purple #5227ED

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.89%

 BLUE value IS 237 (92.97% from 255) = 66.2%

R = 22.91%
G = 10.89%
B = 66.2%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5227ED (or 0x5227ED) is known color: Han Purple. HEX triplet: 52, 27 and ED. RGB value is (82,39,237). Sum of RGB (Red+Green+Blue) = 82+39+237=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #5227ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5227ED is #ADD812. Grayscale: #494949. Windows color (decimal): -11393043 or 15542098. OLE color: 15542098.

HSL color Cylindrical-coordinate representation of color #5227ED: hue angle of 253.03º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5227ED is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 39 237 -
CMYK 0.65 0.84 0 0.07
HSL 253.03º 0.85% 0.54% -
HSV(B) 253.03º 0.84% 0.93% -
XYZ 19.49 9.36 80.9 -
YUV 74.43 219.75 133.4 -
System Red Green Blue C M Y K H S L
Decimal 82 39 237 0.65 0.84 0 0.07 253.03 0.85 0.54
Hex 52 27 ED 41 54 0 7 FD 55 36
Octal 122 47 355 101 124 0 7 375 125 66
Binary 1010010 100111 11101101 1000001 1010100 0 111 11111101 1010101 110110

Color Harmonies of #5227ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5227ED

Black with #5227ED

Text Example


Text Example

White with #5227ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5227ED; }

 p { color: rgb(82,39,237); }

 H1.HeaderClassName
 {
   color: #5227ED;
 }
 .AnyTagClassName
 {
   color: #5227ED;
 }
</style>

background-color css

<style>
 a { background-color: #5227ED; }

 a { background-color: rgb(82,39,237); }

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

border-color css

<style>
 span { border-color: #5227ED; }

 span { border-color: rgb(82,39,237); }

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