Shades of Purple #600269
Tints of Purple #600269
RGB
CMYK
RGB Variations
Color information
#600269 (or 0x600269) is known color: Purple. HEX triplet: 60, 02 and 69. RGB value is (96,2,105). Sum of RGB (Red+Green+Blue) = 96+2+105=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #600269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600269 is #9FFD96. Grayscale: #292929. Windows color (decimal): -10485143 or 6881888. OLE color: 6881888.
HSL color Cylindrical-coordinate representation of color #600269: hue angle of 294.76º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600269 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 2 | 105 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.59 |
| HSL | 294.76º | 0.96% | 0.21% | - |
| HSV(B) | 294.76º | 0.98% | 0.41% | - |
| XYZ | 7.4 | 3.55 | 13.66 | - |
| YUV | 41.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 105 | 0.09 | 0.98 | 0 | 0.59 | 294.76 | 0.96 | 0.21 |
| Hex | 60 | 2 | 69 | 9 | 62 | 0 | 3B | 127 | 60 | 15 |
| Octal | 140 | 2 | 151 | 11 | 142 | 0 | 73 | 447 | 140 | 25 |
| Binary | 1100000 | 10 | 1101001 | 1001 | 1100010 | 0 | 111011 | 100100111 | 1100000 | 10101 |
Color Harmonies of #600269
Complementary color
Monochromatic Colors of #600269
Black with #600269
Text Example
Text Example
White with #600269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600269; }
p { color: rgb(96,2,105); }
H1.HeaderClassName
{
color: #600269;
}
.AnyTagClassName
{
color: #600269;
}
</style>
background-color css
<style>
a { background-color: #600269; }
a { background-color: rgb(96,2,105); }
div.DivClassName
{
background-color: #600269;
}
.BgClassName
{
background-color: #600269;
}
</style>
border-color css
<style>
span { border-color: #600269; }
span { border-color: rgb(96,2,105); }
td.TdClassName
{
border-color: #600269;
}
.TagClassName
{
border-color: #600269;
}
</style>