#4214DB

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

Shades of Han Purple #4214DB

Tints of Han Purple #4214DB

Color information

#4214DB (or 0x4214DB) is unknown color: approx Han Purple. HEX triplet: 42, 14 and DB. RGB value is (66,20,219). Sum of RGB (Red+Green+Blue) = 66+20+219=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #4214DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4214DB is #BDEB24. Grayscale: #373737. Windows color (decimal): -12446501 or 14357570. OLE color: 14357570.

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

Color convert

RGB6620219-
CMYK0.700.9100.14
HSL253.87º83.26%46.86%-
HSV(B)253.87º90.87%85.88%-
XYZ15.286.7767.52-
YUV56.44219.74134.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 219 (85.94% from 255) = 71.80%
R=21.64%
G=6.56%
B=71.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal66202190.700.9100.14253.8783.2646.86
Hex4214DB465B0Efe532f
Octal1022433310613301637612357
Binary100001010100110110111000110101101101110111111101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4214DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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