#6012DD

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

Shades of Han Purple #6012DD

Tints of Han Purple #6012DD

Color information

#6012DD (or 0x6012DD) is unknown color: approx Han Purple. HEX triplet: 60, 12 and DD. RGB value is (96,18,221). Sum of RGB (Red+Green+Blue) = 96+18+221=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #6012DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6012DD is #9FED22. Grayscale: #3F3F3F. Windows color (decimal): -10480931 or 14488160. OLE color: 14488160.

HSL color Cylindrical-coordinate representation of color #6012DD: hue angle of 263.05º degrees, saturation: 0.85, 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 #6012DD is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9618221-
CMYK0.570.9200.13
HSL263.05º84.94%46.86%-
HSV(B)263.05º91.86%86.67%-
XYZ18.098.1469.02-
YUV64.46216.34150.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 18 (7.42% from 255) = 5.37%
BLUE value IS 221 (86.72% from 255) = 65.97%
R=28.66%
G=5.37%
B=65.97%

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
Decimal96182210.570.9200.13263.0584.9446.86
Hex6012DD395C0D107552f
Octal140223357113401540712557
Binary110000010010110111011110011011100011011000001111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6012DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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