Shades of Dark Violet #6B04CF
Tints of Dark Violet #6B04CF
RGB
CMYK
RGB Variations
Color information
#6B04CF (or 0x6B04CF) is known color: Dark Violet. HEX triplet: 6B, 04 and CF. RGB value is (107,4,207). Sum of RGB (Red+Green+Blue) = 107+4+207=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B04CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B04CF is #94FB30. Grayscale: #393939. Windows color (decimal): -9763633 or 13567083. OLE color: 13567083.
HSL color Cylindrical-coordinate representation of color #6B04CF: hue angle of 270.44º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B04CF is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 4 | 207 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.19 |
| HSL | 270.44º | 0.96% | 0.41% | - |
| HSV(B) | 270.44º | 0.98% | 0.81% | - |
| XYZ | 17.37 | 7.72 | 59.61 | - |
| YUV | 57.94 | 212.12 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 207 | 0.48 | 0.98 | 0 | 0.19 | 270.44 | 0.96 | 0.41 |
| Hex | 6B | 4 | CF | 30 | 62 | 0 | 13 | 10E | 60 | 29 |
| Octal | 153 | 4 | 317 | 60 | 142 | 0 | 23 | 416 | 140 | 51 |
| Binary | 1101011 | 100 | 11001111 | 110000 | 1100010 | 0 | 10011 | 100001110 | 1100000 | 101001 |
Color Harmonies of #6B04CF
Complementary color
Monochromatic Colors of #6B04CF
Black with #6B04CF
Text Example
Text Example
White with #6B04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B04CF; }
p { color: rgb(107,4,207); }
H1.HeaderClassName
{
color: #6B04CF;
}
.AnyTagClassName
{
color: #6B04CF;
}
</style>
background-color css
<style>
a { background-color: #6B04CF; }
a { background-color: rgb(107,4,207); }
div.DivClassName
{
background-color: #6B04CF;
}
.BgClassName
{
background-color: #6B04CF;
}
</style>
border-color css
<style>
span { border-color: #6B04CF; }
span { border-color: rgb(107,4,207); }
td.TdClassName
{
border-color: #6B04CF;
}
.TagClassName
{
border-color: #6B04CF;
}
</style>