Html Css Color HEX #6011DC Han Purple

📋 copy color: '#6011DC'

red 96 ◦ green 17 ◦ blue 220

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

Shades of Han Purple #6011DC

Tints of Han Purple #6011DC

RGB

 RED value IS 96 (37.89% from 255) = 28.83%

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

 BLUE value IS 220 (86.33% from 255) = 66.07%

R = 28.83%
G = 5.11%
B = 66.07%

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

#6011DC (or 0x6011DC) is known color: Han Purple. HEX triplet: 60, 11 and DC. RGB value is (96,17,220). Sum of RGB (Red+Green+Blue) = 96+17+220=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #6011DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6011DC is #9FEE23. Grayscale: #3F3F3F. Windows color (decimal): -10481188 or 14422368. OLE color: 14422368.

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

Color convert

RGB 96 17 220 -
CMYK 0.56 0.92 0 0.14
HSL 263.35º 0.86% 0.46% -
HSV(B) 263.35º 0.92% 0.86% -
XYZ 17.94 8.06 68.32 -
YUV 63.76 216.17 150.99 -
System Red Green Blue C M Y K H S L
Decimal 96 17 220 0.56 0.92 0 0.14 263.35 0.86 0.46
Hex 60 11 DC 38 5C 0 E 107 56 2E
Octal 140 21 334 70 134 0 16 407 126 56
Binary 1100000 10001 11011100 111000 1011100 0 1110 100000111 1010110 101110

Color Harmonies of #6011DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6011DC

Black with #6011DC

Text Example


Text Example

White with #6011DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6011DC; }

 p { color: rgb(96,17,220); }

 H1.HeaderClassName
 {
   color: #6011DC;
 }
 .AnyTagClassName
 {
   color: #6011DC;
 }
</style>

background-color css

<style>
 a { background-color: #6011DC; }

 a { background-color: rgb(96,17,220); }

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

border-color css

<style>
 span { border-color: #6011DC; }

 span { border-color: rgb(96,17,220); }

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