Shades of Han Purple #600DDB
Tints of Han Purple #600DDB
RGB
CMYK
RGB Variations
Color information
#600DDB (or 0x600DDB) is known color: Han Purple. HEX triplet: 60, 0D and DB. RGB value is (96,13,219). Sum of RGB (Red+Green+Blue) = 96+13+219=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #600DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600DDB is #9FF224. Grayscale: #3C3C3C. Windows color (decimal): -10482213 or 14355808. OLE color: 14355808.
HSL color Cylindrical-coordinate representation of color #600DDB: hue angle of 264.17º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600DDB is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 13 | 219 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.14 |
| HSL | 264.17º | 0.89% | 0.45% | - |
| HSV(B) | 264.17º | 0.94% | 0.86% | - |
| XYZ | 17.75 | 7.89 | 67.6 | - |
| YUV | 61.3 | 217 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 219 | 0.56 | 0.94 | 0 | 0.14 | 264.17 | 0.89 | 0.45 |
| Hex | 60 | D | DB | 38 | 5E | 0 | E | 108 | 59 | 2D |
| Octal | 140 | 15 | 333 | 70 | 136 | 0 | 16 | 410 | 131 | 55 |
| Binary | 1100000 | 1101 | 11011011 | 111000 | 1011110 | 0 | 1110 | 100001000 | 1011001 | 101101 |
Color Harmonies of #600DDB
Complementary color
Monochromatic Colors of #600DDB
Black with #600DDB
Text Example
Text Example
White with #600DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600DDB; }
p { color: rgb(96,13,219); }
H1.HeaderClassName
{
color: #600DDB;
}
.AnyTagClassName
{
color: #600DDB;
}
</style>
background-color css
<style>
a { background-color: #600DDB; }
a { background-color: rgb(96,13,219); }
div.DivClassName
{
background-color: #600DDB;
}
.BgClassName
{
background-color: #600DDB;
}
</style>
border-color css
<style>
span { border-color: #600DDB; }
span { border-color: rgb(96,13,219); }
td.TdClassName
{
border-color: #600DDB;
}
.TagClassName
{
border-color: #600DDB;
}
</style>