Html Css Color HEX #4E06DC Han Purple

📋 copy color: '#4E06DC'

red 78 ◦ green 6 ◦ blue 220

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

Shades of Han Purple #4E06DC

Tints of Han Purple #4E06DC

RGB

 RED value IS 78 (30.86% from 255) = 25.66%

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

 BLUE value IS 220 (86.33% from 255) = 72.37%

R = 25.66%
G = 1.97%
B = 72.37%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E06DC (or 0x4E06DC) is known color: Han Purple. HEX triplet: 4E, 06 and DC. RGB value is (78,6,220). Sum of RGB (Red+Green+Blue) = 78+6+220=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E06DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E06DC is #B1F923. Grayscale: #333333. Windows color (decimal): -11663652 or 14419534. OLE color: 14419534.

HSL color Cylindrical-coordinate representation of color #4E06DC: hue angle of 260.19º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E06DC is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 6 220 -
CMYK 0.65 0.97 0 0.14
HSL 260.19º 0.95% 0.44% -
HSV(B) 260.19º 0.97% 0.86% -
XYZ 16.13 6.92 68.2 -
YUV 51.92 222.85 146.6 -
System Red Green Blue C M Y K H S L
Decimal 78 6 220 0.65 0.97 0 0.14 260.19 0.95 0.44
Hex 4E 6 DC 41 61 0 E 104 5F 2C
Octal 116 6 334 101 141 0 16 404 137 54
Binary 1001110 110 11011100 1000001 1100001 0 1110 100000100 1011111 101100

Color Harmonies of #4E06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E06DC

Black with #4E06DC

Text Example


Text Example

White with #4E06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E06DC; }

 p { color: rgb(78,6,220); }

 H1.HeaderClassName
 {
   color: #4E06DC;
 }
 .AnyTagClassName
 {
   color: #4E06DC;
 }
</style>

background-color css

<style>
 a { background-color: #4E06DC; }

 a { background-color: rgb(78,6,220); }

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

border-color css

<style>
 span { border-color: #4E06DC; }

 span { border-color: rgb(78,6,220); }

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