Html Css Color HEX #5212EE Han Purple

📋 copy color: '#5212EE'

red 82 ◦ green 18 ◦ blue 238

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

Shades of Han Purple #5212EE

Tints of Han Purple #5212EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.33%

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

R = 24.26%
G = 5.33%
B = 70.41%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5212EE (or 0x5212EE) is known color: Han Purple. HEX triplet: 52, 12 and EE. RGB value is (82,18,238). Sum of RGB (Red+Green+Blue) = 82+18+238=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #5212EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5212EE is #ADED11. Grayscale: #3D3D3D. Windows color (decimal): -11398418 or 15602258. OLE color: 15602258.

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

Color convert

RGB 82 18 238 -
CMYK 0.66 0.92 0 0.07
HSL 257.45º 0.87% 0.5% -
HSV(B) 257.45º 0.92% 0.93% -
XYZ 19.13 8.4 81.5 -
YUV 62.22 227.2 142.11 -
System Red Green Blue C M Y K H S L
Decimal 82 18 238 0.66 0.92 0 0.07 257.45 0.87 0.5
Hex 52 12 EE 42 5C 0 7 101 57 32
Octal 122 22 356 102 134 0 7 401 127 62
Binary 1010010 10010 11101110 1000010 1011100 0 111 100000001 1010111 110010

Color Harmonies of #5212EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5212EE

Black with #5212EE

Text Example


Text Example

White with #5212EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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