Shades of Purple #6B028B
Tints of Purple #6B028B
RGB
CMYK
RGB Variations
Color information
#6B028B (or 0x6B028B) is known color: Purple. HEX triplet: 6B, 02 and 8B. RGB value is (107,2,139). Sum of RGB (Red+Green+Blue) = 107+2+139=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B028B is #94FD74. Grayscale: #303030. Windows color (decimal): -9764213 or 9110123. OLE color: 9110123.
HSL color Cylindrical-coordinate representation of color #6B028B: hue angle of 285.99º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B028B is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 2 | 139 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.45 |
| HSL | 285.99º | 0.97% | 0.28% | - |
| HSV(B) | 285.99º | 0.99% | 0.55% | - |
| XYZ | 10.75 | 5.03 | 24.83 | - |
| YUV | 49.01 | 178.79 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 139 | 0.23 | 0.99 | 0 | 0.45 | 285.99 | 0.97 | 0.28 |
| Hex | 6B | 2 | 8B | 17 | 63 | 0 | 2D | 11E | 61 | 1C |
| Octal | 153 | 2 | 213 | 27 | 143 | 0 | 55 | 436 | 141 | 34 |
| Binary | 1101011 | 10 | 10001011 | 10111 | 1100011 | 0 | 101101 | 100011110 | 1100001 | 11100 |
Color Harmonies of #6B028B
Complementary color
Monochromatic Colors of #6B028B
Black with #6B028B
Text Example
Text Example
White with #6B028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B028B; }
p { color: rgb(107,2,139); }
H1.HeaderClassName
{
color: #6B028B;
}
.AnyTagClassName
{
color: #6B028B;
}
</style>
background-color css
<style>
a { background-color: #6B028B; }
a { background-color: rgb(107,2,139); }
div.DivClassName
{
background-color: #6B028B;
}
.BgClassName
{
background-color: #6B028B;
}
</style>
border-color css
<style>
span { border-color: #6B028B; }
span { border-color: rgb(107,2,139); }
td.TdClassName
{
border-color: #6B028B;
}
.TagClassName
{
border-color: #6B028B;
}
</style>