Html Css Color HEX #5032EC Han Purple

📋 copy color: '#5032EC'

red 80 ◦ green 50 ◦ blue 236

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

Shades of Han Purple #5032EC

Tints of Han Purple #5032EC

RGB

 RED value IS 80 (31.64% from 255) = 21.86%

 GREEN value IS 50 (19.92% from 255) = 13.66%

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

R = 21.86%
G = 13.66%
B = 64.48%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5032EC (or 0x5032EC) is known color: Han Purple. HEX triplet: 50, 32 and EC. RGB value is (80,50,236). Sum of RGB (Red+Green+Blue) = 80+50+236=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #5032EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5032EC is #AFCD13. Grayscale: #4F4F4F. Windows color (decimal): -11521300 or 15479376. OLE color: 15479376.

HSL color Cylindrical-coordinate representation of color #5032EC: hue angle of 249.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5032EC is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 50 236 -
CMYK 0.66 0.79 0 0.07
HSL 249.68º 0.83% 0.56% -
HSV(B) 249.68º 0.79% 0.93% -
XYZ 19.59 10.04 80.26 -
YUV 80.17 215.94 127.88 -
System Red Green Blue C M Y K H S L
Decimal 80 50 236 0.66 0.79 0 0.07 249.68 0.83 0.56
Hex 50 32 EC 42 4F 0 7 FA 53 38
Octal 120 62 354 102 117 0 7 372 123 70
Binary 1010000 110010 11101100 1000010 1001111 0 111 11111010 1010011 111000

Color Harmonies of #5032EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5032EC

Black with #5032EC

Text Example


Text Example

White with #5032EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,50,236); }

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

background-color css

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

 a { background-color: rgb(80,50,236); }

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

border-color css

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

 span { border-color: rgb(80,50,236); }

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