Shades of Dark Violet #6901CB
Tints of Dark Violet #6901CB
RGB
CMYK
RGB Variations
Color information
#6901CB (or 0x6901CB) is known color: Dark Violet. HEX triplet: 69, 01 and CB. RGB value is (105,1,203). Sum of RGB (Red+Green+Blue) = 105+1+203=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #6901CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6901CB is #96FE34. Grayscale: #363636. Windows color (decimal): -9895477 or 13304169. OLE color: 13304169.
HSL color Cylindrical-coordinate representation of color #6901CB: hue angle of 270.89º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6901CB is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 1 | 203 | - |
| CMYK | 0.48 | 1.00 | 0 | 0.20 |
| HSL | 270.89º | 0.99% | 0.4% | - |
| HSV(B) | 270.89º | 1% | 0.8% | - |
| XYZ | 16.62 | 7.34 | 57.04 | - |
| YUV | 55.12 | 211.46 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 203 | 0.48 | 1.00 | 0 | 0.20 | 270.89 | 0.99 | 0.4 |
| Hex | 69 | 1 | CB | 30 | 64 | 0 | 14 | 10F | 63 | 28 |
| Octal | 151 | 1 | 313 | 60 | 144 | 0 | 24 | 417 | 143 | 50 |
| Binary | 1101001 | 1 | 11001011 | 110000 | 1100100 | 0 | 10100 | 100001111 | 1100011 | 101000 |
Color Harmonies of #6901CB
Complementary color
Monochromatic Colors of #6901CB
Black with #6901CB
Text Example
Text Example
White with #6901CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6901CB; }
p { color: rgb(105,1,203); }
H1.HeaderClassName
{
color: #6901CB;
}
.AnyTagClassName
{
color: #6901CB;
}
</style>
background-color css
<style>
a { background-color: #6901CB; }
a { background-color: rgb(105,1,203); }
div.DivClassName
{
background-color: #6901CB;
}
.BgClassName
{
background-color: #6901CB;
}
</style>
border-color css
<style>
span { border-color: #6901CB; }
span { border-color: rgb(105,1,203); }
td.TdClassName
{
border-color: #6901CB;
}
.TagClassName
{
border-color: #6901CB;
}
</style>