Html Css Color HEX #4916DD Han Purple

📋 copy color: '#4916DD'

red 73 ◦ green 22 ◦ blue 221

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

Shades of Han Purple #4916DD

Tints of Han Purple #4916DD

RGB

 RED value IS 73 (28.91% from 255) = 23.1%

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

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 23.1%
G = 6.96%
B = 69.94%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4916DD (or 0x4916DD) is known color: Han Purple. HEX triplet: 49, 16 and DD. RGB value is (73,22,221). Sum of RGB (Red+Green+Blue) = 73+22+221=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 22 (8.98% from 255 or 6.96% 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 #4916DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4916DD is #B6E922. Grayscale: #3B3B3B. Windows color (decimal): -11987235 or 14489161. OLE color: 14489161.

HSL color Cylindrical-coordinate representation of color #4916DD: hue angle of 255.38º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4916DD is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 22 221 -
CMYK 0.67 0.90 0 0.13
HSL 255.38º 0.82% 0.48% -
HSV(B) 255.38º 0.9% 0.87% -
XYZ 16.09 7.21 68.95 -
YUV 59.94 218.9 137.32 -
System Red Green Blue C M Y K H S L
Decimal 73 22 221 0.67 0.90 0 0.13 255.38 0.82 0.48
Hex 49 16 DD 43 5A 0 D FF 52 30
Octal 111 26 335 103 132 0 15 377 122 60
Binary 1001001 10110 11011101 1000011 1011010 0 1101 11111111 1010010 110000

Color Harmonies of #4916DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4916DD

Black with #4916DD

Text Example


Text Example

White with #4916DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4916DD; }

 p { color: rgb(73,22,221); }

 H1.HeaderClassName
 {
   color: #4916DD;
 }
 .AnyTagClassName
 {
   color: #4916DD;
 }
</style>

background-color css

<style>
 a { background-color: #4916DD; }

 a { background-color: rgb(73,22,221); }

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

border-color css

<style>
 span { border-color: #4916DD; }

 span { border-color: rgb(73,22,221); }

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