Html Css Color HEX #5000EC Han Purple

📋 copy color: '#5000EC'

red 80 ◦ green 0 ◦ blue 236

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

Shades of Han Purple #5000EC

Tints of Han Purple #5000EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.32%
G = 0%
B = 74.68%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5000EC (or 0x5000EC) is known color: Han Purple. HEX triplet: 50, 00 and EC. RGB value is (80,0,236). Sum of RGB (Red+Green+Blue) = 80+0+236=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #5000EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5000EC is #AFFF13. Grayscale: #313131. Windows color (decimal): -11534100 or 15466576. OLE color: 15466576.

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

Color convert

RGB 80 0 236 -
CMYK 0.66 1 0 0.07
HSL 260.34º 1% 0.46% -
HSV(B) 260.34º 1% 0.93% -
XYZ 18.45 7.76 79.88 -
YUV 50.82 232.5 148.81 -
System Red Green Blue C M Y K H S L
Decimal 80 0 236 0.66 1 0 0.07 260.34 1 0.46
Hex 50 0 EC 42 64 0 7 104 64 2E
Octal 120 0 354 102 144 0 7 404 144 56
Binary 1010000 0 11101100 1000010 1100100 0 111 100000100 1100100 101110

Color Harmonies of #5000EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5000EC

Black with #5000EC

Text Example


Text Example

White with #5000EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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