Shades of Purple #650B70
Tints of Purple #650B70
RGB
CMYK
RGB Variations
Color information
#650B70 (or 0x650B70) is known color: Purple. HEX triplet: 65, 0B and 70. RGB value is (101,11,112). Sum of RGB (Red+Green+Blue) = 101+11+112=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #650B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650B70 is #9AF48F. Grayscale: #313131. Windows color (decimal): -10155152 or 7342949. OLE color: 7342949.
HSL color Cylindrical-coordinate representation of color #650B70: hue angle of 293.47º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650B70 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 11 | 112 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.56 |
| HSL | 293.47º | 0.82% | 0.24% | - |
| HSV(B) | 293.47º | 0.9% | 0.44% | - |
| XYZ | 8.41 | 4.18 | 15.69 | - |
| YUV | 49.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 112 | 0.10 | 0.90 | 0 | 0.56 | 293.47 | 0.82 | 0.24 |
| Hex | 65 | B | 70 | A | 5A | 0 | 38 | 125 | 52 | 18 |
| Octal | 145 | 13 | 160 | 12 | 132 | 0 | 70 | 445 | 122 | 30 |
| Binary | 1100101 | 1011 | 1110000 | 1010 | 1011010 | 0 | 111000 | 100100101 | 1010010 | 11000 |
Color Harmonies of #650B70
Complementary color
Monochromatic Colors of #650B70
Black with #650B70
Text Example
Text Example
White with #650B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B70; }
p { color: rgb(101,11,112); }
H1.HeaderClassName
{
color: #650B70;
}
.AnyTagClassName
{
color: #650B70;
}
</style>
background-color css
<style>
a { background-color: #650B70; }
a { background-color: rgb(101,11,112); }
div.DivClassName
{
background-color: #650B70;
}
.BgClassName
{
background-color: #650B70;
}
</style>
border-color css
<style>
span { border-color: #650B70; }
span { border-color: rgb(101,11,112); }
td.TdClassName
{
border-color: #650B70;
}
.TagClassName
{
border-color: #650B70;
}
</style>