Html Css Color HEX #5225EE Han Purple

📋 copy color: '#5225EE'

red 82 ◦ green 37 ◦ blue 238

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

Shades of Han Purple #5225EE

Tints of Han Purple #5225EE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.36%

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

R = 22.97%
G = 10.36%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5225EE (or 0x5225EE) is known color: Han Purple. HEX triplet: 52, 25 and EE. RGB value is (82,37,238). Sum of RGB (Red+Green+Blue) = 82+37+238=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #5225EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5225EE is #ADDA11. Grayscale: #484848. Windows color (decimal): -11393554 or 15607122. OLE color: 15607122.

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

Color convert

RGB 82 37 238 -
CMYK 0.66 0.84 0 0.07
HSL 253.43º 0.86% 0.54% -
HSV(B) 253.43º 0.84% 0.93% -
XYZ 19.57 9.29 81.65 -
YUV 73.37 220.91 134.16 -
System Red Green Blue C M Y K H S L
Decimal 82 37 238 0.66 0.84 0 0.07 253.43 0.86 0.54
Hex 52 25 EE 42 54 0 7 FD 56 36
Octal 122 45 356 102 124 0 7 375 126 66
Binary 1010010 100101 11101110 1000010 1010100 0 111 11111101 1010110 110110

Color Harmonies of #5225EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5225EE

Black with #5225EE

Text Example


Text Example

White with #5225EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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