Html Css Color HEX #5033EC Han Purple

📋 copy color: '#5033EC'

red 80 ◦ green 51 ◦ blue 236

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

Shades of Han Purple #5033EC

Tints of Han Purple #5033EC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.9%

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

R = 21.8%
G = 13.9%
B = 64.31%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5033EC (or 0x5033EC) is known color: Han Purple. HEX triplet: 50, 33 and EC. RGB value is (80,51,236). Sum of RGB (Red+Green+Blue) = 80+51+236=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #5033EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5033EC is #AFCC13. Grayscale: #505050. Windows color (decimal): -11521044 or 15479632. OLE color: 15479632.

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

Color convert

RGB 80 51 236 -
CMYK 0.66 0.78 0 0.07
HSL 249.41º 0.83% 0.56% -
HSV(B) 249.41º 0.78% 0.93% -
XYZ 19.63 10.13 80.28 -
YUV 80.76 215.61 127.46 -
System Red Green Blue C M Y K H S L
Decimal 80 51 236 0.66 0.78 0 0.07 249.41 0.83 0.56
Hex 50 33 EC 42 4E 0 7 F9 53 38
Octal 120 63 354 102 116 0 7 371 123 70
Binary 1010000 110011 11101100 1000010 1001110 0 111 11111001 1010011 111000

Color Harmonies of #5033EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5033EC

Black with #5033EC

Text Example


Text Example

White with #5033EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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