#4C14DA

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

Shades of Han Purple #4C14DA

Tints of Han Purple #4C14DA

Color information

#4C14DA (or 0x4C14DA) is unknown color: approx Han Purple. HEX triplet: 4C, 14 and DA. RGB value is (76,20,218). Sum of RGB (Red+Green+Blue) = 76+20+218=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C14DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C14DA is #B3EB25. Grayscale: #3A3A3A. Windows color (decimal): -11791142 or 14292044. OLE color: 14292044.

HSL color Cylindrical-coordinate representation of color #4C14DA: hue angle of 256.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C14DA is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7620218-
CMYK0.650.9100.15
HSL256.97º83.19%46.67%-
HSV(B)256.97º90.83%85.49%-
XYZ15.897.166.86-
YUV59.32217.55139.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 20 (8.20% from 255) = 6.37%
BLUE value IS 218 (85.55% from 255) = 69.43%
R=24.20%
G=6.37%
B=69.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal76202180.650.9100.15256.9783.1946.67
Hex4C14DA415B0F101532f
Octal1142433210113301740112357
Binary1001100101001101101010000011011011011111000000011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C14DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,20,218); }

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

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

 a { background-color: rgb(76,20,218); }

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

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

 span { border-color: rgb(76,20,218); }

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