Html Css Color HEX #4A0FDB Han Purple

📋 copy color: '#4A0FDB'

red 74 ◦ green 15 ◦ blue 219

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

Shades of Han Purple #4A0FDB

Tints of Han Purple #4A0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.87%

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

R = 24.03%
G = 4.87%
B = 71.1%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A0FDB (or 0x4A0FDB) is known color: Han Purple. HEX triplet: 4A, 0F and DB. RGB value is (74,15,219). Sum of RGB (Red+Green+Blue) = 74+15+219=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A0FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0FDB is #B5F024. Grayscale: #373737. Windows color (decimal): -11923493 or 14356298. OLE color: 14356298.

HSL color Cylindrical-coordinate representation of color #4A0FDB: hue angle of 257.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0FDB is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 15 219 -
CMYK 0.66 0.93 0 0.14
HSL 257.35º 0.87% 0.46% -
HSV(B) 257.35º 0.93% 0.86% -
XYZ 15.78 6.91 67.52 -
YUV 55.9 220.05 140.91 -
System Red Green Blue C M Y K H S L
Decimal 74 15 219 0.66 0.93 0 0.14 257.35 0.87 0.46
Hex 4A F DB 42 5D 0 E 101 57 2E
Octal 112 17 333 102 135 0 16 401 127 56
Binary 1001010 1111 11011011 1000010 1011101 0 1110 100000001 1010111 101110

Color Harmonies of #4A0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0FDB

Black with #4A0FDB

Text Example


Text Example

White with #4A0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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