#4C0ED4

Color #4C0ED4 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4C0ED4

Tints of Han Purple #4C0ED4

Color information

#4C0ED4 (or 0x4C0ED4) is unknown color: approx Han Purple. HEX triplet: 4C, 0E and D4. RGB value is (76,14,212). Sum of RGB (Red+Green+Blue) = 76+14+212=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 212 (83.20% from 255 or 70.20% from 302); Max value from RGB is 212 - color contains mainly: blue. Hex color #4C0ED4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0ED4 is #B3F12B. Grayscale: #363636. Windows color (decimal): -11792684 or 13897292. OLE color: 13897292.

HSL color Cylindrical-coordinate representation of color #4C0ED4: hue angle of 258.79º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0ED4 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7614212-
CMYK0.640.9300.17
HSL258.79º87.61%44.31%-
HSV(B)258.79º93.4%83.14%-
XYZ15.026.662.77-
YUV55.11216.54142.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.17%
GREEN value IS 14 (5.86% from 255) = 4.64%
BLUE value IS 212 (83.20% from 255) = 70.20%
R=25.17%
G=4.64%
B=70.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal76142120.640.9300.17258.7987.6144.31
Hex4CED4405D011103582c
Octal1141632410013502140313054
Binary1001100111011010100100000010111010100011000000111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C0ED4;
 }
 .AnyTagClassName
 {
   color: #4C0ED4;
 }
</style>
background-color css

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

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

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

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

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

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