Shades of Purple #6B0365
Tints of Purple #6B0365
RGB
CMYK
RGB Variations
Color information
#6B0365 (or 0x6B0365) is known color: Purple. HEX triplet: 6B, 03 and 65. RGB value is (107,3,101). Sum of RGB (Red+Green+Blue) = 107+3+101=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0365 is #94FC9A. Grayscale: #2C2C2C. Windows color (decimal): -9763995 or 6620011. OLE color: 6620011.
HSL color Cylindrical-coordinate representation of color #6B0365: hue angle of 303.46º 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 #6B0365 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 101 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.58 |
| HSL | 303.46º | 0.95% | 0.22% | - |
| HSV(B) | 303.46º | 0.97% | 0.42% | - |
| XYZ | 8.44 | 4.13 | 12.66 | - |
| YUV | 45.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 101 | 0 | 0.97 | 0.06 | 0.58 | 303.46 | 0.95 | 0.22 |
| Hex | 6B | 3 | 65 | 0 | 61 | 6 | 3A | 12F | 5F | 16 |
| Octal | 153 | 3 | 145 | 0 | 141 | 6 | 72 | 457 | 137 | 26 |
| Binary | 1101011 | 11 | 1100101 | 0 | 1100001 | 110 | 111010 | 100101111 | 1011111 | 10110 |
Color Harmonies of #6B0365
Complementary color
Monochromatic Colors of #6B0365
Black with #6B0365
Text Example
Text Example
White with #6B0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0365; }
p { color: rgb(107,3,101); }
H1.HeaderClassName
{
color: #6B0365;
}
.AnyTagClassName
{
color: #6B0365;
}
</style>
background-color css
<style>
a { background-color: #6B0365; }
a { background-color: rgb(107,3,101); }
div.DivClassName
{
background-color: #6B0365;
}
.BgClassName
{
background-color: #6B0365;
}
</style>
border-color css
<style>
span { border-color: #6B0365; }
span { border-color: rgb(107,3,101); }
td.TdClassName
{
border-color: #6B0365;
}
.TagClassName
{
border-color: #6B0365;
}
</style>