Html Css Color HEX #6311DB Han Purple

📋 copy color: '#6311DB'

red 99 ◦ green 17 ◦ blue 219

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

Shades of Han Purple #6311DB

Tints of Han Purple #6311DB

RGB

 RED value IS 99 (39.06% from 255) = 29.55%

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

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

R = 29.55%
G = 5.07%
B = 65.37%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6311DB (or 0x6311DB) is known color: Han Purple. HEX triplet: 63, 11 and DB. RGB value is (99,17,219). Sum of RGB (Red+Green+Blue) = 99+17+219=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #6311DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6311DB is #9CEE24. Grayscale: #3F3F3F. Windows color (decimal): -10284581 or 14356835. OLE color: 14356835.

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

Color convert

RGB 99 17 219 -
CMYK 0.55 0.92 0 0.14
HSL 264.36º 0.86% 0.46% -
HSV(B) 264.36º 0.92% 0.86% -
XYZ 18.13 8.17 67.64 -
YUV 64.55 215.17 152.57 -
System Red Green Blue C M Y K H S L
Decimal 99 17 219 0.55 0.92 0 0.14 264.36 0.86 0.46
Hex 63 11 DB 37 5C 0 E 108 56 2E
Octal 143 21 333 67 134 0 16 410 126 56
Binary 1100011 10001 11011011 110111 1011100 0 1110 100001000 1010110 101110

Color Harmonies of #6311DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6311DB

Black with #6311DB

Text Example


Text Example

White with #6311DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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