Shades of Purple #6B0265
Tints of Purple #6B0265
RGB
CMYK
RGB Variations
Color information
#6B0265 (or 0x6B0265) is known color: Purple. HEX triplet: 6B, 02 and 65. RGB value is (107,2,101). Sum of RGB (Red+Green+Blue) = 107+2+101=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0265 is #94FD9A. Grayscale: #2C2C2C. Windows color (decimal): -9764251 or 6619755. OLE color: 6619755.
HSL color Cylindrical-coordinate representation of color #6B0265: hue angle of 303.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0265 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 101 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.58 |
| HSL | 303.43º | 0.96% | 0.21% | - |
| HSV(B) | 303.43º | 0.98% | 0.42% | - |
| XYZ | 8.43 | 4.11 | 12.66 | - |
| YUV | 44.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 101 | 0 | 0.98 | 0.06 | 0.58 | 303.43 | 0.96 | 0.21 |
| Hex | 6B | 2 | 65 | 0 | 62 | 6 | 3A | 12F | 60 | 15 |
| Octal | 153 | 2 | 145 | 0 | 142 | 6 | 72 | 457 | 140 | 25 |
| Binary | 1101011 | 10 | 1100101 | 0 | 1100010 | 110 | 111010 | 100101111 | 1100000 | 10101 |
Color Harmonies of #6B0265
Complementary color
Monochromatic Colors of #6B0265
Black with #6B0265
Text Example
Text Example
White with #6B0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0265; }
p { color: rgb(107,2,101); }
H1.HeaderClassName
{
color: #6B0265;
}
.AnyTagClassName
{
color: #6B0265;
}
</style>
background-color css
<style>
a { background-color: #6B0265; }
a { background-color: rgb(107,2,101); }
div.DivClassName
{
background-color: #6B0265;
}
.BgClassName
{
background-color: #6B0265;
}
</style>
border-color css
<style>
span { border-color: #6B0265; }
span { border-color: rgb(107,2,101); }
td.TdClassName
{
border-color: #6B0265;
}
.TagClassName
{
border-color: #6B0265;
}
</style>