Shades of Purple #67087B
Tints of Purple #67087B
RGB
CMYK
RGB Variations
Color information
#67087B (or 0x67087B) is known color: Purple. HEX triplet: 67, 08 and 7B. RGB value is (103,8,123). Sum of RGB (Red+Green+Blue) = 103+8+123=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #67087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67087B is #98F784. Grayscale: #313131. Windows color (decimal): -10024837 or 8063079. OLE color: 8063079.
HSL color Cylindrical-coordinate representation of color #67087B: hue angle of 289.57º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67087B is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 8 | 123 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.52 |
| HSL | 289.57º | 0.88% | 0.26% | - |
| HSV(B) | 289.57º | 0.93% | 0.48% | - |
| XYZ | 9.26 | 4.49 | 19.12 | - |
| YUV | 49.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 123 | 0.16 | 0.93 | 0 | 0.52 | 289.57 | 0.88 | 0.26 |
| Hex | 67 | 8 | 7B | 10 | 5D | 0 | 34 | 122 | 58 | 1A |
| Octal | 147 | 10 | 173 | 20 | 135 | 0 | 64 | 442 | 130 | 32 |
| Binary | 1100111 | 1000 | 1111011 | 10000 | 1011101 | 0 | 110100 | 100100010 | 1011000 | 11010 |
Color Harmonies of #67087B
Complementary color
Monochromatic Colors of #67087B
Black with #67087B
Text Example
Text Example
White with #67087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67087B; }
p { color: rgb(103,8,123); }
H1.HeaderClassName
{
color: #67087B;
}
.AnyTagClassName
{
color: #67087B;
}
</style>
background-color css
<style>
a { background-color: #67087B; }
a { background-color: rgb(103,8,123); }
div.DivClassName
{
background-color: #67087B;
}
.BgClassName
{
background-color: #67087B;
}
</style>
border-color css
<style>
span { border-color: #67087B; }
span { border-color: rgb(103,8,123); }
td.TdClassName
{
border-color: #67087B;
}
.TagClassName
{
border-color: #67087B;
}
</style>