Html Css Color HEX #6111DB Han Purple

📋 copy color: '#6111DB'

red 97 ◦ green 17 ◦ blue 219

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

Shades of Han Purple #6111DB

Tints of Han Purple #6111DB

RGB

 RED value IS 97 (38.28% from 255) = 29.13%

 GREEN value IS 17 (7.03% from 255) = 5.11%

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

R = 29.13%
G = 5.11%
B = 65.77%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6111DB (or 0x6111DB) is known color: Han Purple. HEX triplet: 61, 11 and DB. RGB value is (97,17,219). Sum of RGB (Red+Green+Blue) = 97+17+219=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #6111DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6111DB is #9EEE24. Grayscale: #3F3F3F. Windows color (decimal): -10415653 or 14356833. OLE color: 14356833.

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

Color convert

RGB 97 17 219 -
CMYK 0.56 0.92 0 0.14
HSL 263.76º 0.86% 0.46% -
HSV(B) 263.76º 0.92% 0.86% -
XYZ 17.92 8.06 67.63 -
YUV 63.95 215.5 151.57 -
System Red Green Blue C M Y K H S L
Decimal 97 17 219 0.56 0.92 0 0.14 263.76 0.86 0.46
Hex 61 11 DB 38 5C 0 E 108 56 2E
Octal 141 21 333 70 134 0 16 410 126 56
Binary 1100001 10001 11011011 111000 1011100 0 1110 100001000 1010110 101110

Color Harmonies of #6111DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6111DB

Black with #6111DB

Text Example


Text Example

White with #6111DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,17,219); }

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

background-color css

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

 a { background-color: rgb(97,17,219); }

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

border-color css

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

 span { border-color: rgb(97,17,219); }

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