Html Css Color HEX #4E06DD Han Purple

📋 copy color: '#4E06DD'

red 78 ◦ green 6 ◦ blue 221

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

Shades of Han Purple #4E06DD

Tints of Han Purple #4E06DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.46%

R = 25.57%
G = 1.97%
B = 72.46%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E06DD (or 0x4E06DD) is known color: Han Purple. HEX triplet: 4E, 06 and DD. RGB value is (78,6,221). Sum of RGB (Red+Green+Blue) = 78+6+221=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E06DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E06DD is #B1F922. Grayscale: #333333. Windows color (decimal): -11663651 or 14485070. OLE color: 14485070.

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

Color convert

RGB 78 6 221 -
CMYK 0.65 0.97 0 0.13
HSL 260.09º 0.95% 0.45% -
HSV(B) 260.09º 0.97% 0.87% -
XYZ 16.26 6.97 68.9 -
YUV 52.04 223.35 146.52 -
System Red Green Blue C M Y K H S L
Decimal 78 6 221 0.65 0.97 0 0.13 260.09 0.95 0.45
Hex 4E 6 DD 41 61 0 D 104 5F 2D
Octal 116 6 335 101 141 0 15 404 137 55
Binary 1001110 110 11011101 1000001 1100001 0 1101 100000100 1011111 101101

Color Harmonies of #4E06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E06DD

Black with #4E06DD

Text Example


Text Example

White with #4E06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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