Shades of Purple #66037A
Tints of Purple #66037A
RGB
CMYK
RGB Variations
Color information
#66037A (or 0x66037A) is known color: Purple. HEX triplet: 66, 03 and 7A. RGB value is (102,3,122). Sum of RGB (Red+Green+Blue) = 102+3+122=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 3 (1.56% from 255 or 1.32% 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 #66037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66037A is #99FC85. Grayscale: #2D2D2D. Windows color (decimal): -10091654 or 7996262. OLE color: 7996262.
HSL color Cylindrical-coordinate representation of color #66037A: hue angle of 289.92º degrees, saturation: 0.95, 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 #66037A is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 3 | 122 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.52 |
| HSL | 289.92º | 0.95% | 0.25% | - |
| HSV(B) | 289.92º | 0.98% | 0.48% | - |
| XYZ | 9.02 | 4.3 | 18.77 | - |
| YUV | 46.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 122 | 0.16 | 0.98 | 0 | 0.52 | 289.92 | 0.95 | 0.25 |
| Hex | 66 | 3 | 7A | 10 | 62 | 0 | 34 | 122 | 5F | 19 |
| Octal | 146 | 3 | 172 | 20 | 142 | 0 | 64 | 442 | 137 | 31 |
| Binary | 1100110 | 11 | 1111010 | 10000 | 1100010 | 0 | 110100 | 100100010 | 1011111 | 11001 |
Color Harmonies of #66037A
Complementary color
Monochromatic Colors of #66037A
Black with #66037A
Text Example
Text Example
White with #66037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66037A; }
p { color: rgb(102,3,122); }
H1.HeaderClassName
{
color: #66037A;
}
.AnyTagClassName
{
color: #66037A;
}
</style>
background-color css
<style>
a { background-color: #66037A; }
a { background-color: rgb(102,3,122); }
div.DivClassName
{
background-color: #66037A;
}
.BgClassName
{
background-color: #66037A;
}
</style>
border-color css
<style>
span { border-color: #66037A; }
span { border-color: rgb(102,3,122); }
td.TdClassName
{
border-color: #66037A;
}
.TagClassName
{
border-color: #66037A;
}
</style>