Shades of Purple #68027B
Tints of Purple #68027B
RGB
CMYK
RGB Variations
Color information
#68027B (or 0x68027B) is known color: Purple. HEX triplet: 68, 02 and 7B. RGB value is (104,2,123). Sum of RGB (Red+Green+Blue) = 104+2+123=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #68027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68027B is #97FD84. Grayscale: #2D2D2D. Windows color (decimal): -9960837 or 8061544. OLE color: 8061544.
HSL color Cylindrical-coordinate representation of color #68027B: hue angle of 290.58º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68027B is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 2 | 123 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.52 |
| HSL | 290.58º | 0.97% | 0.25% | - |
| HSV(B) | 290.58º | 0.98% | 0.48% | - |
| XYZ | 9.31 | 4.42 | 19.1 | - |
| YUV | 46.29 | 171.29 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 123 | 0.15 | 0.98 | 0 | 0.52 | 290.58 | 0.97 | 0.25 |
| Hex | 68 | 2 | 7B | F | 62 | 0 | 34 | 123 | 61 | 19 |
| Octal | 150 | 2 | 173 | 17 | 142 | 0 | 64 | 443 | 141 | 31 |
| Binary | 1101000 | 10 | 1111011 | 1111 | 1100010 | 0 | 110100 | 100100011 | 1100001 | 11001 |
Color Harmonies of #68027B
Complementary color
Monochromatic Colors of #68027B
Black with #68027B
Text Example
Text Example
White with #68027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68027B; }
p { color: rgb(104,2,123); }
H1.HeaderClassName
{
color: #68027B;
}
.AnyTagClassName
{
color: #68027B;
}
</style>
background-color css
<style>
a { background-color: #68027B; }
a { background-color: rgb(104,2,123); }
div.DivClassName
{
background-color: #68027B;
}
.BgClassName
{
background-color: #68027B;
}
</style>
border-color css
<style>
span { border-color: #68027B; }
span { border-color: rgb(104,2,123); }
td.TdClassName
{
border-color: #68027B;
}
.TagClassName
{
border-color: #68027B;
}
</style>