Shades of Purple #6C0365
Tints of Purple #6C0365
RGB
CMYK
RGB Variations
Color information
#6C0365 (or 0x6C0365) is known color: Purple. HEX triplet: 6C, 03 and 65. RGB value is (108,3,101). Sum of RGB (Red+Green+Blue) = 108+3+101=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0365 is #93FC9A. Grayscale: #2D2D2D. Windows color (decimal): -9698459 or 6620012. OLE color: 6620012.
HSL color Cylindrical-coordinate representation of color #6C0365: hue angle of 304º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0365 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 101 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.58 |
| HSL | 304º | 0.95% | 0.22% | - |
| HSV(B) | 304º | 0.97% | 0.42% | - |
| XYZ | 8.57 | 4.19 | 12.67 | - |
| YUV | 45.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 101 | 0 | 0.97 | 0.06 | 0.58 | 304 | 0.95 | 0.22 |
| Hex | 6C | 3 | 65 | 0 | 61 | 6 | 3A | 130 | 5F | 16 |
| Octal | 154 | 3 | 145 | 0 | 141 | 6 | 72 | 460 | 137 | 26 |
| Binary | 1101100 | 11 | 1100101 | 0 | 1100001 | 110 | 111010 | 100110000 | 1011111 | 10110 |
Color Harmonies of #6C0365
Complementary color
Monochromatic Colors of #6C0365
Black with #6C0365
Text Example
Text Example
White with #6C0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0365; }
p { color: rgb(108,3,101); }
H1.HeaderClassName
{
color: #6C0365;
}
.AnyTagClassName
{
color: #6C0365;
}
</style>
background-color css
<style>
a { background-color: #6C0365; }
a { background-color: rgb(108,3,101); }
div.DivClassName
{
background-color: #6C0365;
}
.BgClassName
{
background-color: #6C0365;
}
</style>
border-color css
<style>
span { border-color: #6C0365; }
span { border-color: rgb(108,3,101); }
td.TdClassName
{
border-color: #6C0365;
}
.TagClassName
{
border-color: #6C0365;
}
</style>