Html Css Color HEX #4A16DB Han Purple

📋 copy color: '#4A16DB'

red 74 ◦ green 22 ◦ blue 219

#4A16DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4A16DB

Tints of Han Purple #4A16DB

RGB

 RED value IS 74 (29.3% from 255) = 23.49%

 GREEN value IS 22 (8.98% from 255) = 6.98%

 BLUE value IS 219 (85.94% from 255) = 69.52%

R = 23.49%
G = 6.98%
B = 69.52%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A16DB (or 0x4A16DB) is known color: Han Purple. HEX triplet: 4A, 16 and DB. RGB value is (74,22,219). Sum of RGB (Red+Green+Blue) = 74+22+219=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A16DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A16DB is #B5E924. Grayscale: #3B3B3B. Windows color (decimal): -11921701 or 14358090. OLE color: 14358090.

HSL color Cylindrical-coordinate representation of color #4A16DB: hue angle of 255.84º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A16DB is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 22 219 -
CMYK 0.66 0.90 0 0.14
HSL 255.84º 0.82% 0.47% -
HSV(B) 255.84º 0.9% 0.86% -
XYZ 15.9 7.14 67.56 -
YUV 60.01 217.73 137.98 -
System Red Green Blue C M Y K H S L
Decimal 74 22 219 0.66 0.90 0 0.14 255.84 0.82 0.47
Hex 4A 16 DB 42 5A 0 E 100 52 2F
Octal 112 26 333 102 132 0 16 400 122 57
Binary 1001010 10110 11011011 1000010 1011010 0 1110 100000000 1010010 101111

Color Harmonies of #4A16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A16DB

Black with #4A16DB

Text Example


Text Example

White with #4A16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,22,219); }

 H1.HeaderClassName
 {
   color: #4A16DB;
 }
 .AnyTagClassName
 {
   color: #4A16DB;
 }
</style>

background-color css

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

 a { background-color: rgb(74,22,219); }

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

border-color css

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

 span { border-color: rgb(74,22,219); }

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