Shades of Royal Purple #6C269C
Tints of Royal Purple #6C269C
RGB
CMYK
RGB Variations
Color information
#6C269C (or 0x6C269C) is known color: Royal Purple. HEX triplet: 6C, 26 and 9C. RGB value is (108,38,156). Sum of RGB (Red+Green+Blue) = 108+38+156=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C269C is #93D963. Grayscale: #474747. Windows color (decimal): -9689444 or 10233452. OLE color: 10233452.
HSL color Cylindrical-coordinate representation of color #6C269C: hue angle of 275.59º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C269C is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 38 | 156 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.39 |
| HSL | 275.59º | 0.61% | 0.38% | - |
| HSV(B) | 275.59º | 0.76% | 0.61% | - |
| XYZ | 12.88 | 6.97 | 32.12 | - |
| YUV | 72.38 | 175.19 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 156 | 0.31 | 0.76 | 0 | 0.39 | 275.59 | 0.61 | 0.38 |
| Hex | 6C | 26 | 9C | 1F | 4C | 0 | 27 | 114 | 3D | 26 |
| Octal | 154 | 46 | 234 | 37 | 114 | 0 | 47 | 424 | 75 | 46 |
| Binary | 1101100 | 100110 | 10011100 | 11111 | 1001100 | 0 | 100111 | 100010100 | 111101 | 100110 |
Color Harmonies of #6C269C
Complementary color
Monochromatic Colors of #6C269C
Black with #6C269C
Text Example
Text Example
White with #6C269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C269C; }
p { color: rgb(108,38,156); }
H1.HeaderClassName
{
color: #6C269C;
}
.AnyTagClassName
{
color: #6C269C;
}
</style>
background-color css
<style>
a { background-color: #6C269C; }
a { background-color: rgb(108,38,156); }
div.DivClassName
{
background-color: #6C269C;
}
.BgClassName
{
background-color: #6C269C;
}
</style>
border-color css
<style>
span { border-color: #6C269C; }
span { border-color: rgb(108,38,156); }
td.TdClassName
{
border-color: #6C269C;
}
.TagClassName
{
border-color: #6C269C;
}
</style>