Shades of Purple #6A038D
Tints of Purple #6A038D
RGB
CMYK
RGB Variations
Color information
#6A038D (or 0x6A038D) is known color: Purple. HEX triplet: 6A, 03 and 8D. RGB value is (106,3,141). Sum of RGB (Red+Green+Blue) = 106+3+141=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A038D is #95FC72. Grayscale: #313131. Windows color (decimal): -9829491 or 9241450. OLE color: 9241450.
HSL color Cylindrical-coordinate representation of color #6A038D: hue angle of 284.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A038D is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 3 | 141 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.45 |
| HSL | 284.78º | 0.96% | 0.28% | - |
| HSV(B) | 284.78º | 0.98% | 0.55% | - |
| XYZ | 10.78 | 5.05 | 25.61 | - |
| YUV | 49.53 | 179.62 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 141 | 0.25 | 0.98 | 0 | 0.45 | 284.78 | 0.96 | 0.28 |
| Hex | 6A | 3 | 8D | 19 | 62 | 0 | 2D | 11D | 60 | 1C |
| Octal | 152 | 3 | 215 | 31 | 142 | 0 | 55 | 435 | 140 | 34 |
| Binary | 1101010 | 11 | 10001101 | 11001 | 1100010 | 0 | 101101 | 100011101 | 1100000 | 11100 |
Color Harmonies of #6A038D
Complementary color
Monochromatic Colors of #6A038D
Black with #6A038D
Text Example
Text Example
White with #6A038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A038D; }
p { color: rgb(106,3,141); }
H1.HeaderClassName
{
color: #6A038D;
}
.AnyTagClassName
{
color: #6A038D;
}
</style>
background-color css
<style>
a { background-color: #6A038D; }
a { background-color: rgb(106,3,141); }
div.DivClassName
{
background-color: #6A038D;
}
.BgClassName
{
background-color: #6A038D;
}
</style>
border-color css
<style>
span { border-color: #6A038D; }
span { border-color: rgb(106,3,141); }
td.TdClassName
{
border-color: #6A038D;
}
.TagClassName
{
border-color: #6A038D;
}
</style>