Shades of Purple #65067B
Tints of Purple #65067B
RGB
CMYK
RGB Variations
Color information
#65067B (or 0x65067B) is known color: Purple. HEX triplet: 65, 06 and 7B. RGB value is (101,6,123). Sum of RGB (Red+Green+Blue) = 101+6+123=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #65067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65067B is #9AF984. Grayscale: #2F2F2F. Windows color (decimal): -10156421 or 8062565. OLE color: 8062565.
HSL color Cylindrical-coordinate representation of color #65067B: hue angle of 288.72º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65067B is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 6 | 123 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.52 |
| HSL | 288.72º | 0.91% | 0.25% | - |
| HSV(B) | 288.72º | 0.95% | 0.48% | - |
| XYZ | 9.01 | 4.33 | 19.1 | - |
| YUV | 47.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 123 | 0.18 | 0.95 | 0 | 0.52 | 288.72 | 0.91 | 0.25 |
| Hex | 65 | 6 | 7B | 12 | 5F | 0 | 34 | 121 | 5B | 19 |
| Octal | 145 | 6 | 173 | 22 | 137 | 0 | 64 | 441 | 133 | 31 |
| Binary | 1100101 | 110 | 1111011 | 10010 | 1011111 | 0 | 110100 | 100100001 | 1011011 | 11001 |
Color Harmonies of #65067B
Complementary color
Monochromatic Colors of #65067B
Black with #65067B
Text Example
Text Example
White with #65067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65067B; }
p { color: rgb(101,6,123); }
H1.HeaderClassName
{
color: #65067B;
}
.AnyTagClassName
{
color: #65067B;
}
</style>
background-color css
<style>
a { background-color: #65067B; }
a { background-color: rgb(101,6,123); }
div.DivClassName
{
background-color: #65067B;
}
.BgClassName
{
background-color: #65067B;
}
</style>
border-color css
<style>
span { border-color: #65067B; }
span { border-color: rgb(101,6,123); }
td.TdClassName
{
border-color: #65067B;
}
.TagClassName
{
border-color: #65067B;
}
</style>