Html Css Color HEX #4612DB Han Purple

📋 copy color: '#4612DB'

red 70 ◦ green 18 ◦ blue 219

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

Shades of Han Purple #4612DB

Tints of Han Purple #4612DB

RGB

 RED value IS 70 (27.73% from 255) = 22.8%

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

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

R = 22.8%
G = 5.86%
B = 71.34%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4612DB (or 0x4612DB) is known color: Han Purple. HEX triplet: 46, 12 and DB. RGB value is (70,18,219). Sum of RGB (Red+Green+Blue) = 70+18+219=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #4612DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4612DB is #B9ED24. Grayscale: #373737. Windows color (decimal): -12184869 or 14357062. OLE color: 14357062.

HSL color Cylindrical-coordinate representation of color #4612DB: hue angle of 255.52º 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 #4612DB is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 18 219 -
CMYK 0.68 0.92 0 0.14
HSL 255.52º 0.85% 0.46% -
HSV(B) 255.52º 0.92% 0.86% -
XYZ 15.53 6.85 67.52 -
YUV 56.46 219.73 137.66 -
System Red Green Blue C M Y K H S L
Decimal 70 18 219 0.68 0.92 0 0.14 255.52 0.85 0.46
Hex 46 12 DB 44 5C 0 E 100 55 2E
Octal 106 22 333 104 134 0 16 400 125 56
Binary 1000110 10010 11011011 1000100 1011100 0 1110 100000000 1010101 101110

Color Harmonies of #4612DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4612DB

Black with #4612DB

Text Example


Text Example

White with #4612DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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