Shades of Purple #600167
Tints of Purple #600167
RGB
CMYK
RGB Variations
Color information
#600167 (or 0x600167) is known color: Purple. HEX triplet: 60, 01 and 67. RGB value is (96,1,103). Sum of RGB (Red+Green+Blue) = 96+1+103=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #600167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600167 is #9FFE98. Grayscale: #282828. Windows color (decimal): -10485401 or 6750560. OLE color: 6750560.
HSL color Cylindrical-coordinate representation of color #600167: hue angle of 295.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600167 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 1 | 103 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.60 |
| HSL | 295.88º | 0.98% | 0.2% | - |
| HSV(B) | 295.88º | 0.99% | 0.4% | - |
| XYZ | 7.28 | 3.49 | 13.12 | - |
| YUV | 41.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 103 | 0.07 | 0.99 | 0 | 0.60 | 295.88 | 0.98 | 0.2 |
| Hex | 60 | 1 | 67 | 7 | 63 | 0 | 3C | 128 | 62 | 14 |
| Octal | 140 | 1 | 147 | 7 | 143 | 0 | 74 | 450 | 142 | 24 |
| Binary | 1100000 | 1 | 1100111 | 111 | 1100011 | 0 | 111100 | 100101000 | 1100010 | 10100 |
Color Harmonies of #600167
Complementary color
Monochromatic Colors of #600167
Black with #600167
Text Example
Text Example
White with #600167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600167; }
p { color: rgb(96,1,103); }
H1.HeaderClassName
{
color: #600167;
}
.AnyTagClassName
{
color: #600167;
}
</style>
background-color css
<style>
a { background-color: #600167; }
a { background-color: rgb(96,1,103); }
div.DivClassName
{
background-color: #600167;
}
.BgClassName
{
background-color: #600167;
}
</style>
border-color css
<style>
span { border-color: #600167; }
span { border-color: rgb(96,1,103); }
td.TdClassName
{
border-color: #600167;
}
.TagClassName
{
border-color: #600167;
}
</style>