Html Css Color HEX #4A17DB Han Purple

📋 copy color: '#4A17DB'

red 74 ◦ green 23 ◦ blue 219

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

Shades of Han Purple #4A17DB

Tints of Han Purple #4A17DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.28%

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

R = 23.42%
G = 7.28%
B = 69.3%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A17DB (or 0x4A17DB) is known color: Han Purple. HEX triplet: 4A, 17 and DB. RGB value is (74,23,219). Sum of RGB (Red+Green+Blue) = 74+23+219=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 23 (9.38% from 255 or 7.28% 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 #4A17DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A17DB is #B5E824. Grayscale: #3B3B3B. Windows color (decimal): -11921445 or 14358346. OLE color: 14358346.

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

Color convert

RGB 74 23 219 -
CMYK 0.66 0.89 0 0.14
HSL 255.61º 0.81% 0.47% -
HSV(B) 255.61º 0.89% 0.86% -
XYZ 15.92 7.18 67.57 -
YUV 60.59 217.4 137.56 -
System Red Green Blue C M Y K H S L
Decimal 74 23 219 0.66 0.89 0 0.14 255.61 0.81 0.47
Hex 4A 17 DB 42 59 0 E 100 51 2F
Octal 112 27 333 102 131 0 16 400 121 57
Binary 1001010 10111 11011011 1000010 1011001 0 1110 100000000 1010001 101111

Color Harmonies of #4A17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A17DB

Black with #4A17DB

Text Example


Text Example

White with #4A17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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