Shades of Vivid Violet #6B248F
Tints of Vivid Violet #6B248F
RGB
CMYK
RGB Variations
Color information
#6B248F (or 0x6B248F) is known color: Vivid Violet. HEX triplet: 6B, 24 and 8F. RGB value is (107,36,143). Sum of RGB (Red+Green+Blue) = 107+36+143=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #6B248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B248F is #94DB70. Grayscale: #454545. Windows color (decimal): -9755505 or 9380971. OLE color: 9380971.
HSL color Cylindrical-coordinate representation of color #6B248F: hue angle of 279.81º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B248F is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 36 | 143 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.44 |
| HSL | 279.81º | 0.6% | 0.35% | - |
| HSV(B) | 279.81º | 0.75% | 0.56% | - |
| XYZ | 11.65 | 6.37 | 26.6 | - |
| YUV | 69.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 143 | 0.25 | 0.75 | 0 | 0.44 | 279.81 | 0.6 | 0.35 |
| Hex | 6B | 24 | 8F | 19 | 4B | 0 | 2C | 118 | 3C | 23 |
| Octal | 153 | 44 | 217 | 31 | 113 | 0 | 54 | 430 | 74 | 43 |
| Binary | 1101011 | 100100 | 10001111 | 11001 | 1001011 | 0 | 101100 | 100011000 | 111100 | 100011 |
Color Harmonies of #6B248F
Complementary color
Monochromatic Colors of #6B248F
Black with #6B248F
Text Example
Text Example
White with #6B248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B248F; }
p { color: rgb(107,36,143); }
H1.HeaderClassName
{
color: #6B248F;
}
.AnyTagClassName
{
color: #6B248F;
}
</style>
background-color css
<style>
a { background-color: #6B248F; }
a { background-color: rgb(107,36,143); }
div.DivClassName
{
background-color: #6B248F;
}
.BgClassName
{
background-color: #6B248F;
}
</style>
border-color css
<style>
span { border-color: #6B248F; }
span { border-color: rgb(107,36,143); }
td.TdClassName
{
border-color: #6B248F;
}
.TagClassName
{
border-color: #6B248F;
}
</style>