Shades of Purple #6C0397
Tints of Purple #6C0397
RGB
CMYK
RGB Variations
Color information
#6C0397 (or 0x6C0397) is known color: Purple. HEX triplet: 6C, 03 and 97. RGB value is (108,3,151). Sum of RGB (Red+Green+Blue) = 108+3+151=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C0397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0397 is #93FC68. Grayscale: #323232. Windows color (decimal): -9698409 or 9896812. OLE color: 9896812.
HSL color Cylindrical-coordinate representation of color #6C0397: hue angle of 282.57º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0397 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 3 | 151 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.41 |
| HSL | 282.57º | 0.96% | 0.3% | - |
| HSV(B) | 282.57º | 0.98% | 0.59% | - |
| XYZ | 11.8 | 5.49 | 29.72 | - |
| YUV | 51.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 151 | 0.28 | 0.98 | 0 | 0.41 | 282.57 | 0.96 | 0.3 |
| Hex | 6C | 3 | 97 | 1C | 62 | 0 | 29 | 11B | 60 | 1E |
| Octal | 154 | 3 | 227 | 34 | 142 | 0 | 51 | 433 | 140 | 36 |
| Binary | 1101100 | 11 | 10010111 | 11100 | 1100010 | 0 | 101001 | 100011011 | 1100000 | 11110 |
Color Harmonies of #6C0397
Complementary color
Monochromatic Colors of #6C0397
Black with #6C0397
Text Example
Text Example
White with #6C0397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0397; }
p { color: rgb(108,3,151); }
H1.HeaderClassName
{
color: #6C0397;
}
.AnyTagClassName
{
color: #6C0397;
}
</style>
background-color css
<style>
a { background-color: #6C0397; }
a { background-color: rgb(108,3,151); }
div.DivClassName
{
background-color: #6C0397;
}
.BgClassName
{
background-color: #6C0397;
}
</style>
border-color css
<style>
span { border-color: #6C0397; }
span { border-color: rgb(108,3,151); }
td.TdClassName
{
border-color: #6C0397;
}
.TagClassName
{
border-color: #6C0397;
}
</style>