Shades of Purple #66037D
Tints of Purple #66037D
RGB
CMYK
RGB Variations
Color information
#66037D (or 0x66037D) is known color: Purple. HEX triplet: 66, 03 and 7D. RGB value is (102,3,125). Sum of RGB (Red+Green+Blue) = 102+3+125=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #66037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66037D is #99FC82. Grayscale: #2E2E2E. Windows color (decimal): -10091651 or 8192870. OLE color: 8192870.
HSL color Cylindrical-coordinate representation of color #66037D: hue angle of 288.69º 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 #66037D is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 3 | 125 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.51 |
| HSL | 288.69º | 0.95% | 0.25% | - |
| HSV(B) | 288.69º | 0.98% | 0.49% | - |
| XYZ | 9.21 | 4.37 | 19.76 | - |
| YUV | 46.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 125 | 0.18 | 0.98 | 0 | 0.51 | 288.69 | 0.95 | 0.25 |
| Hex | 66 | 3 | 7D | 12 | 62 | 0 | 33 | 121 | 5F | 19 |
| Octal | 146 | 3 | 175 | 22 | 142 | 0 | 63 | 441 | 137 | 31 |
| Binary | 1100110 | 11 | 1111101 | 10010 | 1100010 | 0 | 110011 | 100100001 | 1011111 | 11001 |
Color Harmonies of #66037D
Complementary color
Monochromatic Colors of #66037D
Black with #66037D
Text Example
Text Example
White with #66037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66037D; }
p { color: rgb(102,3,125); }
H1.HeaderClassName
{
color: #66037D;
}
.AnyTagClassName
{
color: #66037D;
}
</style>
background-color css
<style>
a { background-color: #66037D; }
a { background-color: rgb(102,3,125); }
div.DivClassName
{
background-color: #66037D;
}
.BgClassName
{
background-color: #66037D;
}
</style>
border-color css
<style>
span { border-color: #66037D; }
span { border-color: rgb(102,3,125); }
td.TdClassName
{
border-color: #66037D;
}
.TagClassName
{
border-color: #66037D;
}
</style>