Shades of Royal Purple #66379B
Tints of Royal Purple #66379B
RGB
CMYK
RGB Variations
Color information
#66379B (or 0x66379B) is known color: Royal Purple. HEX triplet: 66, 37 and 9B. RGB value is (102,55,155). Sum of RGB (Red+Green+Blue) = 102+55+155=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #66379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66379B is #99C864. Grayscale: #505050. Windows color (decimal): -10078309 or 10172262. OLE color: 10172262.
HSL color Cylindrical-coordinate representation of color #66379B: hue angle of 268.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66379B is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 55 | 155 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.39 |
| HSL | 268.2º | 0.48% | 0.41% | - |
| HSV(B) | 268.2º | 0.65% | 0.61% | - |
| XYZ | 12.76 | 7.92 | 31.87 | - |
| YUV | 80.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 155 | 0.34 | 0.65 | 0 | 0.39 | 268.2 | 0.48 | 0.41 |
| Hex | 66 | 37 | 9B | 22 | 41 | 0 | 27 | 10C | 30 | 29 |
| Octal | 146 | 67 | 233 | 42 | 101 | 0 | 47 | 414 | 60 | 51 |
| Binary | 1100110 | 110111 | 10011011 | 100010 | 1000001 | 0 | 100111 | 100001100 | 110000 | 101001 |
Color Harmonies of #66379B
Complementary color
Monochromatic Colors of #66379B
Black with #66379B
Text Example
Text Example
White with #66379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66379B; }
p { color: rgb(102,55,155); }
H1.HeaderClassName
{
color: #66379B;
}
.AnyTagClassName
{
color: #66379B;
}
</style>
background-color css
<style>
a { background-color: #66379B; }
a { background-color: rgb(102,55,155); }
div.DivClassName
{
background-color: #66379B;
}
.BgClassName
{
background-color: #66379B;
}
</style>
border-color css
<style>
span { border-color: #66379B; }
span { border-color: rgb(102,55,155); }
td.TdClassName
{
border-color: #66379B;
}
.TagClassName
{
border-color: #66379B;
}
</style>