Html Css Color HEX #4C0EEF Han Purple

📋 copy color: '#4C0EEF'

red 76 ◦ green 14 ◦ blue 239

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

Shades of Han Purple #4C0EEF

Tints of Han Purple #4C0EEF

RGB

 RED value IS 76 (30.08% from 255) = 23.1%

 GREEN value IS 14 (5.86% from 255) = 4.26%

 BLUE value IS 239 (93.75% from 255) = 72.64%

R = 23.1%
G = 4.26%
B = 72.64%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4C0EEF (or 0x4C0EEF) is known color: Han Purple. HEX triplet: 4C, 0E and EF. RGB value is (76,14,239). Sum of RGB (Red+Green+Blue) = 76+14+239=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C0EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0EEF is #B3F110. Grayscale: #393939. Windows color (decimal): -11792657 or 15666764. OLE color: 15666764.

HSL color Cylindrical-coordinate representation of color #4C0EEF: hue angle of 256.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0EEF is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 14 239 -
CMYK 0.68 0.94 0 0.06
HSL 256.53º 0.89% 0.5% -
HSV(B) 256.53º 0.94% 0.94% -
XYZ 18.72 8.08 82.23 -
YUV 58.19 230.04 140.7 -
System Red Green Blue C M Y K H S L
Decimal 76 14 239 0.68 0.94 0 0.06 256.53 0.89 0.5
Hex 4C E EF 44 5E 0 6 101 59 32
Octal 114 16 357 104 136 0 6 401 131 62
Binary 1001100 1110 11101111 1000100 1011110 0 110 100000001 1011001 110010

Color Harmonies of #4C0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0EEF

Black with #4C0EEF

Text Example


Text Example

White with #4C0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,14,239); }

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

background-color css

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

 a { background-color: rgb(76,14,239); }

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

border-color css

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

 span { border-color: rgb(76,14,239); }

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