#4914DB

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

Shades of Han Purple #4914DB

Tints of Han Purple #4914DB

Color information

#4914DB (or 0x4914DB) is unknown color: approx Han Purple. HEX triplet: 49, 14 and DB. RGB value is (73,20,219). Sum of RGB (Red+Green+Blue) = 73+20+219=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #4914DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914DB is #B6EB24. Grayscale: #393939. Windows color (decimal): -11987749 or 14357577. OLE color: 14357577.

HSL color Cylindrical-coordinate representation of color #4914DB: hue angle of 255.98º 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 #4914DB is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7320219-
CMYK0.670.9100.14
HSL255.98º83.26%46.86%-
HSV(B)255.98º90.87%85.88%-
XYZ15.787.0367.54-
YUV58.53218.56138.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 20 (8.20% from 255) = 6.41%
BLUE value IS 219 (85.94% from 255) = 70.19%
R=23.40%
G=6.41%
B=70.19%

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
Decimal73202190.670.9100.14255.9883.2646.86
Hex4914DB435B0E100532f
Octal1112433310313301640012357
Binary1001001101001101101110000111011011011101000000001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4914DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4914DB; }

 p { color: rgb(73,20,219); }

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

<style>
 a { background-color: #4914DB; }

 a { background-color: rgb(73,20,219); }

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

<style>
 span { border-color: #4914DB; }

 span { border-color: rgb(73,20,219); }

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