Html Css Color HEX #5006EC Han Purple

📋 copy color: '#5006EC'

red 80 ◦ green 6 ◦ blue 236

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

Shades of Han Purple #5006EC

Tints of Han Purple #5006EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

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

R = 24.84%
G = 1.86%
B = 73.29%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5006EC (or 0x5006EC) is known color: Han Purple. HEX triplet: 50, 06 and EC. RGB value is (80,6,236). Sum of RGB (Red+Green+Blue) = 80+6+236=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #5006EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5006EC is #AFF913. Grayscale: #353535. Windows color (decimal): -11532564 or 15468112. OLE color: 15468112.

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

Color convert

RGB 80 6 236 -
CMYK 0.66 0.97 0 0.07
HSL 259.3º 0.95% 0.47% -
HSV(B) 259.3º 0.97% 0.93% -
XYZ 18.51 7.89 79.9 -
YUV 54.35 230.52 146.3 -
System Red Green Blue C M Y K H S L
Decimal 80 6 236 0.66 0.97 0 0.07 259.3 0.95 0.47
Hex 50 6 EC 42 61 0 7 103 5F 2F
Octal 120 6 354 102 141 0 7 403 137 57
Binary 1010000 110 11101100 1000010 1100001 0 111 100000011 1011111 101111

Color Harmonies of #5006EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5006EC

Black with #5006EC

Text Example


Text Example

White with #5006EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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