Shades of Purple #67057B
Tints of Purple #67057B
RGB
CMYK
RGB Variations
Color information
#67057B (or 0x67057B) is known color: Purple. HEX triplet: 67, 05 and 7B. RGB value is (103,5,123). Sum of RGB (Red+Green+Blue) = 103+5+123=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #67057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67057B is #98FA84. Grayscale: #2F2F2F. Windows color (decimal): -10025605 or 8062311. OLE color: 8062311.
HSL color Cylindrical-coordinate representation of color #67057B: hue angle of 289.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #67057B is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 5 | 123 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.52 |
| HSL | 289.83º | 0.92% | 0.25% | - |
| HSV(B) | 289.83º | 0.96% | 0.48% | - |
| XYZ | 9.22 | 4.42 | 19.11 | - |
| YUV | 47.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 123 | 0.16 | 0.96 | 0 | 0.52 | 289.83 | 0.92 | 0.25 |
| Hex | 67 | 5 | 7B | 10 | 60 | 0 | 34 | 122 | 5C | 19 |
| Octal | 147 | 5 | 173 | 20 | 140 | 0 | 64 | 442 | 134 | 31 |
| Binary | 1100111 | 101 | 1111011 | 10000 | 1100000 | 0 | 110100 | 100100010 | 1011100 | 11001 |
Color Harmonies of #67057B
Complementary color
Monochromatic Colors of #67057B
Black with #67057B
Text Example
Text Example
White with #67057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67057B; }
p { color: rgb(103,5,123); }
H1.HeaderClassName
{
color: #67057B;
}
.AnyTagClassName
{
color: #67057B;
}
</style>
background-color css
<style>
a { background-color: #67057B; }
a { background-color: rgb(103,5,123); }
div.DivClassName
{
background-color: #67057B;
}
.BgClassName
{
background-color: #67057B;
}
</style>
border-color css
<style>
span { border-color: #67057B; }
span { border-color: rgb(103,5,123); }
td.TdClassName
{
border-color: #67057B;
}
.TagClassName
{
border-color: #67057B;
}
</style>