#6011DD

Color #6011DD Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6011DD

Tints of Han Purple #6011DD

Color information

#6011DD (or 0x6011DD) is unknown color: approx Han Purple. HEX triplet: 60, 11 and DD. RGB value is (96,17,221). Sum of RGB (Red+Green+Blue) = 96+17+221=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #6011DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6011DD is #9FEE22. Grayscale: #3F3F3F. Windows color (decimal): -10481187 or 14487904. OLE color: 14487904.

HSL color Cylindrical-coordinate representation of color #6011DD: hue angle of 263.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6011DD is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9617221-
CMYK0.570.9200.13
HSL263.24º85.71%46.67%-
HSV(B)263.24º92.31%86.67%-
XYZ18.088.1169.02-
YUV63.88216.67150.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 17 (7.03% from 255) = 5.09%
BLUE value IS 221 (86.72% from 255) = 66.17%
R=28.74%
G=5.09%
B=66.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96172210.570.9200.13263.2485.7146.67
Hex6011DD395C0D107562f
Octal140213357113401540712657
Binary110000010001110111011110011011100011011000001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6011DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6011DD;
 }
 .AnyTagClassName
 {
   color: #6011DD;
 }
</style>
background-color css

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

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

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

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

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

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