Shades of Purple #650675
Tints of Purple #650675
RGB
CMYK
RGB Variations
Color information
#650675 (or 0x650675) is known color: Purple. HEX triplet: 65, 06 and 75. RGB value is (101,6,117). Sum of RGB (Red+Green+Blue) = 101+6+117=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #650675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650675 is #9AF98A. Grayscale: #2E2E2E. Windows color (decimal): -10156427 or 7669349. OLE color: 7669349.
HSL color Cylindrical-coordinate representation of color #650675: hue angle of 291.35º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650675 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 6 | 117 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.54 |
| HSL | 291.35º | 0.9% | 0.24% | - |
| HSV(B) | 291.35º | 0.95% | 0.46% | - |
| XYZ | 8.64 | 4.18 | 17.18 | - |
| YUV | 47.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 117 | 0.14 | 0.95 | 0 | 0.54 | 291.35 | 0.9 | 0.24 |
| Hex | 65 | 6 | 75 | E | 5F | 0 | 36 | 123 | 5A | 18 |
| Octal | 145 | 6 | 165 | 16 | 137 | 0 | 66 | 443 | 132 | 30 |
| Binary | 1100101 | 110 | 1110101 | 1110 | 1011111 | 0 | 110110 | 100100011 | 1011010 | 11000 |
Color Harmonies of #650675
Complementary color
Monochromatic Colors of #650675
Black with #650675
Text Example
Text Example
White with #650675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650675; }
p { color: rgb(101,6,117); }
H1.HeaderClassName
{
color: #650675;
}
.AnyTagClassName
{
color: #650675;
}
</style>
background-color css
<style>
a { background-color: #650675; }
a { background-color: rgb(101,6,117); }
div.DivClassName
{
background-color: #650675;
}
.BgClassName
{
background-color: #650675;
}
</style>
border-color css
<style>
span { border-color: #650675; }
span { border-color: rgb(101,6,117); }
td.TdClassName
{
border-color: #650675;
}
.TagClassName
{
border-color: #650675;
}
</style>