Shades of Purple #600065
Tints of Purple #600065
RGB
CMYK
RGB Variations
Color information
#600065 (or 0x600065) is known color: Purple. HEX triplet: 60, 00 and 65. RGB value is (96,0,101). Sum of RGB (Red+Green+Blue) = 96+0+101=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #600065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600065 is #9FFF9A. Grayscale: #272727. Windows color (decimal): -10485659 or 6619232. OLE color: 6619232.
HSL color Cylindrical-coordinate representation of color #600065: hue angle of 297.03º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600065 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 0 | 101 | - |
| CMYK | 0.05 | 1 | 0 | 0.60 |
| HSL | 297.03º | 1% | 0.2% | - |
| HSV(B) | 297.03º | 1% | 0.4% | - |
| XYZ | 7.17 | 3.43 | 12.6 | - |
| YUV | 40.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 101 | 0.05 | 1 | 0 | 0.60 | 297.03 | 1 | 0.2 |
| Hex | 60 | 0 | 65 | 5 | 64 | 0 | 3C | 129 | 64 | 14 |
| Octal | 140 | 0 | 145 | 5 | 144 | 0 | 74 | 451 | 144 | 24 |
| Binary | 1100000 | 0 | 1100101 | 101 | 1100100 | 0 | 111100 | 100101001 | 1100100 | 10100 |
Color Harmonies of #600065
Complementary color
Monochromatic Colors of #600065
Black with #600065
Text Example
Text Example
White with #600065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600065; }
p { color: rgb(96,0,101); }
H1.HeaderClassName
{
color: #600065;
}
.AnyTagClassName
{
color: #600065;
}
</style>
background-color css
<style>
a { background-color: #600065; }
a { background-color: rgb(96,0,101); }
div.DivClassName
{
background-color: #600065;
}
.BgClassName
{
background-color: #600065;
}
</style>
border-color css
<style>
span { border-color: #600065; }
span { border-color: rgb(96,0,101); }
td.TdClassName
{
border-color: #600065;
}
.TagClassName
{
border-color: #600065;
}
</style>