#4C13DD

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

Shades of Han Purple #4C13DD

Tints of Han Purple #4C13DD

Color information

#4C13DD (or 0x4C13DD) is unknown color: approx Han Purple. HEX triplet: 4C, 13 and DD. RGB value is (76,19,221). Sum of RGB (Red+Green+Blue) = 76+19+221=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C13DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C13DD is #B3EC22. Grayscale: #3A3A3A. Windows color (decimal): -11791395 or 14488396. OLE color: 14488396.

HSL color Cylindrical-coordinate representation of color #4C13DD: hue angle of 256.93º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C13DD is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7619221-
CMYK0.660.9100.13
HSL256.93º84.17%47.06%-
HSV(B)256.93º91.4%86.67%-
XYZ16.267.2268.94-
YUV59.07219.38140.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.05%
GREEN value IS 19 (7.81% from 255) = 6.01%
BLUE value IS 221 (86.72% from 255) = 69.94%
R=24.05%
G=6.01%
B=69.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal76192210.660.9100.13256.9384.1747.06
Hex4C13DD425B0D101542f
Octal1142333510213301540112457
Binary1001100100111101110110000101011011011011000000011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C13DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,19,221); }

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

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

 a { background-color: rgb(76,19,221); }

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

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

 span { border-color: rgb(76,19,221); }

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