Html Css Color HEX #4918DB Han Purple

📋 copy color: '#4918DB'

red 73 ◦ green 24 ◦ blue 219

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

Shades of Han Purple #4918DB

Tints of Han Purple #4918DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.59%

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

R = 23.1%
G = 7.59%
B = 69.3%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4918DB (or 0x4918DB) is known color: Han Purple. HEX triplet: 49, 18 and DB. RGB value is (73,24,219). Sum of RGB (Red+Green+Blue) = 73+24+219=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #4918DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4918DB is #B6E724. Grayscale: #3C3C3C. Windows color (decimal): -11986725 or 14358601. OLE color: 14358601.

HSL color Cylindrical-coordinate representation of color #4918DB: hue angle of 255.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4918DB is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 24 219 -
CMYK 0.67 0.89 0 0.14
HSL 255.08º 0.8% 0.48% -
HSV(B) 255.08º 0.89% 0.86% -
XYZ 15.86 7.18 67.57 -
YUV 60.88 217.23 136.64 -
System Red Green Blue C M Y K H S L
Decimal 73 24 219 0.67 0.89 0 0.14 255.08 0.8 0.48
Hex 49 18 DB 43 59 0 E FF 50 30
Octal 111 30 333 103 131 0 16 377 120 60
Binary 1001001 11000 11011011 1000011 1011001 0 1110 11111111 1010000 110000

Color Harmonies of #4918DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4918DB

Black with #4918DB

Text Example


Text Example

White with #4918DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4918DB;
 }
 .AnyTagClassName
 {
   color: #4918DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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