Shades of Purple #6F0363
Tints of Purple #6F0363
RGB
CMYK
RGB Variations
Color information
#6F0363 (or 0x6F0363) is known color: Purple. HEX triplet: 6F, 03 and 63. RGB value is (111,3,99). Sum of RGB (Red+Green+Blue) = 111+3+99=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0363 is #90FC9C. Grayscale: #2D2D2D. Windows color (decimal): -9501853 or 6488943. OLE color: 6488943.
HSL color Cylindrical-coordinate representation of color #6F0363: hue angle of 306.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0363 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 99 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.56 |
| HSL | 306.67º | 0.95% | 0.22% | - |
| HSV(B) | 306.67º | 0.97% | 0.44% | - |
| XYZ | 8.84 | 4.35 | 12.18 | - |
| YUV | 46.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 99 | 0 | 0.97 | 0.11 | 0.56 | 306.67 | 0.95 | 0.22 |
| Hex | 6F | 3 | 63 | 0 | 61 | B | 38 | 133 | 5F | 16 |
| Octal | 157 | 3 | 143 | 0 | 141 | 13 | 70 | 463 | 137 | 26 |
| Binary | 1101111 | 11 | 1100011 | 0 | 1100001 | 1011 | 111000 | 100110011 | 1011111 | 10110 |
Color Harmonies of #6F0363
Complementary color
Monochromatic Colors of #6F0363
Black with #6F0363
Text Example
Text Example
White with #6F0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0363; }
p { color: rgb(111,3,99); }
H1.HeaderClassName
{
color: #6F0363;
}
.AnyTagClassName
{
color: #6F0363;
}
</style>
background-color css
<style>
a { background-color: #6F0363; }
a { background-color: rgb(111,3,99); }
div.DivClassName
{
background-color: #6F0363;
}
.BgClassName
{
background-color: #6F0363;
}
</style>
border-color css
<style>
span { border-color: #6F0363; }
span { border-color: rgb(111,3,99); }
td.TdClassName
{
border-color: #6F0363;
}
.TagClassName
{
border-color: #6F0363;
}
</style>