Shades of Purple #6B0465
Tints of Purple #6B0465
RGB
CMYK
RGB Variations
Color information
#6B0465 (or 0x6B0465) is known color: Purple. HEX triplet: 6B, 04 and 65. RGB value is (107,4,101). Sum of RGB (Red+Green+Blue) = 107+4+101=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0465 is #94FB9A. Grayscale: #2D2D2D. Windows color (decimal): -9763739 or 6620267. OLE color: 6620267.
HSL color Cylindrical-coordinate representation of color #6B0465: hue angle of 303.5º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0465 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 4 | 101 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.58 |
| HSL | 303.5º | 0.93% | 0.22% | - |
| HSV(B) | 303.5º | 0.96% | 0.42% | - |
| XYZ | 8.46 | 4.15 | 12.67 | - |
| YUV | 45.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 101 | 0 | 0.96 | 0.06 | 0.58 | 303.5 | 0.93 | 0.22 |
| Hex | 6B | 4 | 65 | 0 | 60 | 6 | 3A | 12F | 5D | 16 |
| Octal | 153 | 4 | 145 | 0 | 140 | 6 | 72 | 457 | 135 | 26 |
| Binary | 1101011 | 100 | 1100101 | 0 | 1100000 | 110 | 111010 | 100101111 | 1011101 | 10110 |
Color Harmonies of #6B0465
Complementary color
Monochromatic Colors of #6B0465
Black with #6B0465
Text Example
Text Example
White with #6B0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0465; }
p { color: rgb(107,4,101); }
H1.HeaderClassName
{
color: #6B0465;
}
.AnyTagClassName
{
color: #6B0465;
}
</style>
background-color css
<style>
a { background-color: #6B0465; }
a { background-color: rgb(107,4,101); }
div.DivClassName
{
background-color: #6B0465;
}
.BgClassName
{
background-color: #6B0465;
}
</style>
border-color css
<style>
span { border-color: #6B0465; }
span { border-color: rgb(107,4,101); }
td.TdClassName
{
border-color: #6B0465;
}
.TagClassName
{
border-color: #6B0465;
}
</style>