Html Css Color HEX #5133EC Han Purple

📋 copy color: '#5133EC'

red 81 ◦ green 51 ◦ blue 236

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

Shades of Han Purple #5133EC

Tints of Han Purple #5133EC

RGB

 RED value IS 81 (32.03% from 255) = 22.01%

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

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

R = 22.01%
G = 13.86%
B = 64.13%

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

#5133EC (or 0x5133EC) is known color: Han Purple. HEX triplet: 51, 33 and EC. RGB value is (81,51,236). Sum of RGB (Red+Green+Blue) = 81+51+236=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #5133EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5133EC is #AECC13. Grayscale: #505050. Windows color (decimal): -11455508 or 15479633. OLE color: 15479633.

HSL color Cylindrical-coordinate representation of color #5133EC: hue angle of 249.73º 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 #5133EC is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 51 236 -
CMYK 0.66 0.78 0 0.07
HSL 249.73º 0.83% 0.56% -
HSV(B) 249.73º 0.78% 0.93% -
XYZ 19.72 10.17 80.28 -
YUV 81.06 215.44 127.96 -
System Red Green Blue C M Y K H S L
Decimal 81 51 236 0.66 0.78 0 0.07 249.73 0.83 0.56
Hex 51 33 EC 42 4E 0 7 FA 53 38
Octal 121 63 354 102 116 0 7 372 123 70
Binary 1010001 110011 11101100 1000010 1001110 0 111 11111010 1010011 111000

Color Harmonies of #5133EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5133EC

Black with #5133EC

Text Example


Text Example

White with #5133EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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