Shades of Purple #600069
Tints of Purple #600069
RGB
CMYK
RGB Variations
Color information
#600069 (or 0x600069) is known color: Purple. HEX triplet: 60, 00 and 69. RGB value is (96,0,105). Sum of RGB (Red+Green+Blue) = 96+0+105=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #600069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600069 is #9FFF96. Grayscale: #282828. Windows color (decimal): -10485655 or 6881376. OLE color: 6881376.
HSL color Cylindrical-coordinate representation of color #600069: hue angle of 294.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600069 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 0 | 105 | - |
| CMYK | 0.09 | 1 | 0 | 0.59 |
| HSL | 294.86º | 1% | 0.21% | - |
| HSV(B) | 294.86º | 1% | 0.41% | - |
| XYZ | 7.37 | 3.51 | 13.65 | - |
| YUV | 40.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 105 | 0.09 | 1 | 0 | 0.59 | 294.86 | 1 | 0.21 |
| Hex | 60 | 0 | 69 | 9 | 64 | 0 | 3B | 127 | 64 | 15 |
| Octal | 140 | 0 | 151 | 11 | 144 | 0 | 73 | 447 | 144 | 25 |
| Binary | 1100000 | 0 | 1101001 | 1001 | 1100100 | 0 | 111011 | 100100111 | 1100100 | 10101 |
Color Harmonies of #600069
Complementary color
Monochromatic Colors of #600069
Black with #600069
Text Example
Text Example
White with #600069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600069; }
p { color: rgb(96,0,105); }
H1.HeaderClassName
{
color: #600069;
}
.AnyTagClassName
{
color: #600069;
}
</style>
background-color css
<style>
a { background-color: #600069; }
a { background-color: rgb(96,0,105); }
div.DivClassName
{
background-color: #600069;
}
.BgClassName
{
background-color: #600069;
}
</style>
border-color css
<style>
span { border-color: #600069; }
span { border-color: rgb(96,0,105); }
td.TdClassName
{
border-color: #600069;
}
.TagClassName
{
border-color: #600069;
}
</style>