Shades of Purple #6B0574
Tints of Purple #6B0574
RGB
CMYK
RGB Variations
Color information
#6B0574 (or 0x6B0574) is known color: Purple. HEX triplet: 6B, 05 and 74. RGB value is (107,5,116). Sum of RGB (Red+Green+Blue) = 107+5+116=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B0574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0574 is #94FA8B. Grayscale: #2F2F2F. Windows color (decimal): -9763468 or 7603563. OLE color: 7603563.
HSL color Cylindrical-coordinate representation of color #6B0574: hue angle of 295.14º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0574 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 5 | 116 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.55 |
| HSL | 295.14º | 0.92% | 0.24% | - |
| HSV(B) | 295.14º | 0.96% | 0.45% | - |
| XYZ | 9.27 | 4.5 | 16.9 | - |
| YUV | 48.15 | 166.29 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 116 | 0.08 | 0.96 | 0 | 0.55 | 295.14 | 0.92 | 0.24 |
| Hex | 6B | 5 | 74 | 8 | 60 | 0 | 37 | 127 | 5C | 18 |
| Octal | 153 | 5 | 164 | 10 | 140 | 0 | 67 | 447 | 134 | 30 |
| Binary | 1101011 | 101 | 1110100 | 1000 | 1100000 | 0 | 110111 | 100100111 | 1011100 | 11000 |
Color Harmonies of #6B0574
Complementary color
Monochromatic Colors of #6B0574
Black with #6B0574
Text Example
Text Example
White with #6B0574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0574; }
p { color: rgb(107,5,116); }
H1.HeaderClassName
{
color: #6B0574;
}
.AnyTagClassName
{
color: #6B0574;
}
</style>
background-color css
<style>
a { background-color: #6B0574; }
a { background-color: rgb(107,5,116); }
div.DivClassName
{
background-color: #6B0574;
}
.BgClassName
{
background-color: #6B0574;
}
</style>
border-color css
<style>
span { border-color: #6B0574; }
span { border-color: rgb(107,5,116); }
td.TdClassName
{
border-color: #6B0574;
}
.TagClassName
{
border-color: #6B0574;
}
</style>