Html Css Color HEX #4812DB Han Purple

📋 copy color: '#4812DB'

red 72 ◦ green 18 ◦ blue 219

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

Shades of Han Purple #4812DB

Tints of Han Purple #4812DB

RGB

 RED value IS 72 (28.52% from 255) = 23.3%

 GREEN value IS 18 (7.42% from 255) = 5.83%

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

R = 23.3%
G = 5.83%
B = 70.87%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4812DB (or 0x4812DB) is known color: Han Purple. HEX triplet: 48, 12 and DB. RGB value is (72,18,219). Sum of RGB (Red+Green+Blue) = 72+18+219=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #4812DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4812DB is #B7ED24. Grayscale: #383838. Windows color (decimal): -12053797 or 14357064. OLE color: 14357064.

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

Color convert

RGB 72 18 219 -
CMYK 0.67 0.92 0 0.14
HSL 256.12º 0.85% 0.46% -
HSV(B) 256.12º 0.92% 0.86% -
XYZ 15.67 6.92 67.53 -
YUV 57.06 219.39 138.66 -
System Red Green Blue C M Y K H S L
Decimal 72 18 219 0.67 0.92 0 0.14 256.12 0.85 0.46
Hex 48 12 DB 43 5C 0 E 100 55 2E
Octal 110 22 333 103 134 0 16 400 125 56
Binary 1001000 10010 11011011 1000011 1011100 0 1110 100000000 1010101 101110

Color Harmonies of #4812DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4812DB

Black with #4812DB

Text Example


Text Example

White with #4812DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,18,219); }

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

background-color css

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

 a { background-color: rgb(72,18,219); }

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

border-color css

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

 span { border-color: rgb(72,18,219); }

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