Shades of Purple #66037E
Tints of Purple #66037E
RGB
CMYK
RGB Variations
Color information
#66037E (or 0x66037E) is known color: Purple. HEX triplet: 66, 03 and 7E. RGB value is (102,3,126). Sum of RGB (Red+Green+Blue) = 102+3+126=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #66037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66037E is #99FC81. Grayscale: #2E2E2E. Windows color (decimal): -10091650 or 8258406. OLE color: 8258406.
HSL color Cylindrical-coordinate representation of color #66037E: hue angle of 288.29º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66037E is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 3 | 126 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.51 |
| HSL | 288.29º | 0.95% | 0.25% | - |
| HSV(B) | 288.29º | 0.98% | 0.49% | - |
| XYZ | 9.28 | 4.4 | 20.1 | - |
| YUV | 46.62 | 172.8 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 126 | 0.19 | 0.98 | 0 | 0.51 | 288.29 | 0.95 | 0.25 |
| Hex | 66 | 3 | 7E | 13 | 62 | 0 | 33 | 120 | 5F | 19 |
| Octal | 146 | 3 | 176 | 23 | 142 | 0 | 63 | 440 | 137 | 31 |
| Binary | 1100110 | 11 | 1111110 | 10011 | 1100010 | 0 | 110011 | 100100000 | 1011111 | 11001 |
Color Harmonies of #66037E
Complementary color
Monochromatic Colors of #66037E
Black with #66037E
Text Example
Text Example
White with #66037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66037E; }
p { color: rgb(102,3,126); }
H1.HeaderClassName
{
color: #66037E;
}
.AnyTagClassName
{
color: #66037E;
}
</style>
background-color css
<style>
a { background-color: #66037E; }
a { background-color: rgb(102,3,126); }
div.DivClassName
{
background-color: #66037E;
}
.BgClassName
{
background-color: #66037E;
}
</style>
border-color css
<style>
span { border-color: #66037E; }
span { border-color: rgb(102,3,126); }
td.TdClassName
{
border-color: #66037E;
}
.TagClassName
{
border-color: #66037E;
}
</style>