Shades of Vivid Violet #6B268A
Tints of Vivid Violet #6B268A
RGB
CMYK
RGB Variations
Color information
#6B268A (or 0x6B268A) is known color: Vivid Violet. HEX triplet: 6B, 26 and 8A. RGB value is (107,38,138). Sum of RGB (Red+Green+Blue) = 107+38+138=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B268A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B268A is #94D975. Grayscale: #454545. Windows color (decimal): -9754998 or 9053803. OLE color: 9053803.
HSL color Cylindrical-coordinate representation of color #6B268A: hue angle of 281.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B268A is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 38 | 138 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.46 |
| HSL | 281.4º | 0.57% | 0.35% | - |
| HSV(B) | 281.4º | 0.72% | 0.54% | - |
| XYZ | 11.34 | 6.35 | 24.67 | - |
| YUV | 70.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 38 | 138 | 0.22 | 0.72 | 0 | 0.46 | 281.4 | 0.57 | 0.35 |
| Hex | 6B | 26 | 8A | 16 | 48 | 0 | 2E | 119 | 39 | 23 |
| Octal | 153 | 46 | 212 | 26 | 110 | 0 | 56 | 431 | 71 | 43 |
| Binary | 1101011 | 100110 | 10001010 | 10110 | 1001000 | 0 | 101110 | 100011001 | 111001 | 100011 |
Color Harmonies of #6B268A
Complementary color
Monochromatic Colors of #6B268A
Black with #6B268A
Text Example
Text Example
White with #6B268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B268A; }
p { color: rgb(107,38,138); }
H1.HeaderClassName
{
color: #6B268A;
}
.AnyTagClassName
{
color: #6B268A;
}
</style>
background-color css
<style>
a { background-color: #6B268A; }
a { background-color: rgb(107,38,138); }
div.DivClassName
{
background-color: #6B268A;
}
.BgClassName
{
background-color: #6B268A;
}
</style>
border-color css
<style>
span { border-color: #6B268A; }
span { border-color: rgb(107,38,138); }
td.TdClassName
{
border-color: #6B268A;
}
.TagClassName
{
border-color: #6B268A;
}
</style>