Shades of RebeccaPurple #663399
Tints of RebeccaPurple #663399
RGB
CMYK
RGB Variations
Color information
#663399 (or 0x663399) is known color: RebeccaPurple. HEX triplet: 66, 33 and 99. RGB value is (102,51,153). Sum of RGB (Red+Green+Blue) = 102+51+153=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #663399 is a web safe color. Inversed color of #663399 is #99CC66. Grayscale: #4D4D4D. Windows color (decimal): -10079335 or 10040166. OLE color: 10040166.
HSL color Cylindrical-coordinate representation of color #663399: hue angle of 270º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #663399 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
RGB | 102 | 51 | 153 | - |
CMYK | 0.33 | 0.67 | 0 | 0.4 |
HSL | 270º | 0.5% | 0.4% | - |
HSV(B) | 270º | 0.67% | 0.6% | - |
XYZ | 12.41 | 7.49 | 30.93 | - |
YUV | 77.88 | 170.4 | 145.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 51 | 153 | 0.33 | 0.67 | 0 | 0.4 | 270 | 0.5 | 0.4 |
Hex | 66 | 33 | 99 | 21 | 43 | 0 | 28 | 10E | 32 | 28 |
Octal | 146 | 63 | 231 | 41 | 103 | 0 | 50 | 416 | 62 | 50 |
Binary | 1100110 | 110011 | 10011001 | 100001 | 1000011 | 0 | 101000 | 100001110 | 110010 | 101000 |
Color Harmonies of #663399
Complementary color
Monochromatic Colors of #663399
Black with #663399
Text Example
Text Example
White with #663399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663399; }
p { color: rgb(102,51,153); }
H1.HeaderClassName
{
color: #663399;
}
.AnyTagClassName
{
color: #663399;
}
</style>
background-color css
<style>
a { background-color: #663399; }
a { background-color: rgb(102,51,153); }
div.DivClassName
{
background-color: #663399;
}
.BgClassName
{
background-color: #663399;
}
</style>
border-color css
<style>
span { border-color: #663399; }
span { border-color: rgb(102,51,153); }
td.TdClassName
{
border-color: #663399;
}
.TagClassName
{
border-color: #663399;
}
</style>