Shades of Purple #67027A
Tints of Purple #67027A
RGB
CMYK
RGB Variations
Color information
#67027A (or 0x67027A) is known color: Purple. HEX triplet: 67, 02 and 7A. RGB value is (103,2,122). Sum of RGB (Red+Green+Blue) = 103+2+122=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #67027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67027A is #98FD85. Grayscale: #2D2D2D. Windows color (decimal): -10026374 or 7996007. OLE color: 7996007.
HSL color Cylindrical-coordinate representation of color #67027A: hue angle of 290.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67027A is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 2 | 122 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.52 |
| HSL | 290.5º | 0.97% | 0.24% | - |
| HSV(B) | 290.5º | 0.98% | 0.48% | - |
| XYZ | 9.13 | 4.33 | 18.77 | - |
| YUV | 45.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 122 | 0.16 | 0.98 | 0 | 0.52 | 290.5 | 0.97 | 0.24 |
| Hex | 67 | 2 | 7A | 10 | 62 | 0 | 34 | 122 | 61 | 18 |
| Octal | 147 | 2 | 172 | 20 | 142 | 0 | 64 | 442 | 141 | 30 |
| Binary | 1100111 | 10 | 1111010 | 10000 | 1100010 | 0 | 110100 | 100100010 | 1100001 | 11000 |
Color Harmonies of #67027A
Complementary color
Monochromatic Colors of #67027A
Black with #67027A
Text Example
Text Example
White with #67027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67027A; }
p { color: rgb(103,2,122); }
H1.HeaderClassName
{
color: #67027A;
}
.AnyTagClassName
{
color: #67027A;
}
</style>
background-color css
<style>
a { background-color: #67027A; }
a { background-color: rgb(103,2,122); }
div.DivClassName
{
background-color: #67027A;
}
.BgClassName
{
background-color: #67027A;
}
</style>
border-color css
<style>
span { border-color: #67027A; }
span { border-color: rgb(103,2,122); }
td.TdClassName
{
border-color: #67027A;
}
.TagClassName
{
border-color: #67027A;
}
</style>