Shades of Purple #6F0268
Tints of Purple #6F0268
RGB
CMYK
RGB Variations
Color information
#6F0268 (or 0x6F0268) is known color: Purple. HEX triplet: 6F, 02 and 68. RGB value is (111,2,104). Sum of RGB (Red+Green+Blue) = 111+2+104=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0268 is #90FD97. Grayscale: #2D2D2D. Windows color (decimal): -9502104 or 6816367. OLE color: 6816367.
HSL color Cylindrical-coordinate representation of color #6F0268: hue angle of 303.85º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F0268 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 104 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.56 |
| HSL | 303.85º | 0.96% | 0.22% | - |
| HSV(B) | 303.85º | 0.98% | 0.44% | - |
| XYZ | 9.08 | 4.42 | 13.47 | - |
| YUV | 46.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 104 | 0 | 0.98 | 0.06 | 0.56 | 303.85 | 0.96 | 0.22 |
| Hex | 6F | 2 | 68 | 0 | 62 | 6 | 38 | 130 | 60 | 16 |
| Octal | 157 | 2 | 150 | 0 | 142 | 6 | 70 | 460 | 140 | 26 |
| Binary | 1101111 | 10 | 1101000 | 0 | 1100010 | 110 | 111000 | 100110000 | 1100000 | 10110 |
Color Harmonies of #6F0268
Complementary color
Monochromatic Colors of #6F0268
Black with #6F0268
Text Example
Text Example
White with #6F0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0268; }
p { color: rgb(111,2,104); }
H1.HeaderClassName
{
color: #6F0268;
}
.AnyTagClassName
{
color: #6F0268;
}
</style>
background-color css
<style>
a { background-color: #6F0268; }
a { background-color: rgb(111,2,104); }
div.DivClassName
{
background-color: #6F0268;
}
.BgClassName
{
background-color: #6F0268;
}
</style>
border-color css
<style>
span { border-color: #6F0268; }
span { border-color: rgb(111,2,104); }
td.TdClassName
{
border-color: #6F0268;
}
.TagClassName
{
border-color: #6F0268;
}
</style>