#4814DC

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

Shades of Han Purple #4814DC

Tints of Han Purple #4814DC

Color information

#4814DC (or 0x4814DC) is unknown color: approx Han Purple. HEX triplet: 48, 14 and DC. RGB value is (72,20,220). Sum of RGB (Red+Green+Blue) = 72+20+220=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #4814DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4814DC is #B7EB23. Grayscale: #393939. Windows color (decimal): -12053284 or 14423112. OLE color: 14423112.

HSL color Cylindrical-coordinate representation of color #4814DC: hue angle of 255.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4814DC is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7220220-
CMYK0.670.9100.14
HSL255.6º83.33%47.06%-
HSV(B)255.6º90.91%86.27%-
XYZ15.847.0568.24-
YUV58.35219.23137.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 20 (8.20% from 255) = 6.41%
BLUE value IS 220 (86.33% from 255) = 70.51%
R=23.08%
G=6.41%
B=70.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72202200.670.9100.14255.683.3347.06
Hex4814DC435B0E100532f
Octal1102433410313301640012357
Binary1001000101001101110010000111011011011101000000001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4814DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4814DC; }

 p { color: rgb(72,20,220); }

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

<style>
 a { background-color: #4814DC; }

 a { background-color: rgb(72,20,220); }

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

<style>
 span { border-color: #4814DC; }

 span { border-color: rgb(72,20,220); }

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