Shades of Han Purple #600FF5
Tints of Han Purple #600FF5
RGB
CMYK
RGB Variations
Color information
#600FF5 (or 0x600FF5) is known color: Han Purple. HEX triplet: 60, 0F and F5. RGB value is (96,15,245). Sum of RGB (Red+Green+Blue) = 96+15+245=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 245 (96.09% from 255 or 68.82% from 356); Max value from RGB is 245 - color contains mainly: blue. Hex color #600FF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600FF5 is #9FF00A. Grayscale: #404040. Windows color (decimal): -10481675 or 16060256. OLE color: 16060256.
HSL color Cylindrical-coordinate representation of color #600FF5: hue angle of 261.13º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600FF5 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 15 | 245 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.04 |
| HSL | 261.13º | 0.92% | 0.51% | - |
| HSV(B) | 261.13º | 0.94% | 0.96% | - |
| XYZ | 21.48 | 9.42 | 87.07 | - |
| YUV | 65.44 | 229.34 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 245 | 0.61 | 0.94 | 0 | 0.04 | 261.13 | 0.92 | 0.51 |
| Hex | 60 | F | F5 | 3D | 5E | 0 | 4 | 105 | 5C | 33 |
| Octal | 140 | 17 | 365 | 75 | 136 | 0 | 4 | 405 | 134 | 63 |
| Binary | 1100000 | 1111 | 11110101 | 111101 | 1011110 | 0 | 100 | 100000101 | 1011100 | 110011 |
Color Harmonies of #600FF5
Complementary color
Monochromatic Colors of #600FF5
Black with #600FF5
Text Example
Text Example
White with #600FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600FF5; }
p { color: rgb(96,15,245); }
H1.HeaderClassName
{
color: #600FF5;
}
.AnyTagClassName
{
color: #600FF5;
}
</style>
background-color css
<style>
a { background-color: #600FF5; }
a { background-color: rgb(96,15,245); }
div.DivClassName
{
background-color: #600FF5;
}
.BgClassName
{
background-color: #600FF5;
}
</style>
border-color css
<style>
span { border-color: #600FF5; }
span { border-color: rgb(96,15,245); }
td.TdClassName
{
border-color: #600FF5;
}
.TagClassName
{
border-color: #600FF5;
}
</style>