Shades of Dark Violet #7308CB
Tints of Dark Violet #7308CB
RGB
CMYK
RGB Variations
Color information
#7308CB (or 0x7308CB) is known color: Dark Violet. HEX triplet: 73, 08 and CB. RGB value is (115,8,203). Sum of RGB (Red+Green+Blue) = 115+8+203=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #7308CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7308CB is #8CF734. Grayscale: #3D3D3D. Windows color (decimal): -9238325 or 13305971. OLE color: 13305971.
HSL color Cylindrical-coordinate representation of color #7308CB: hue angle of 272.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7308CB is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 8 | 203 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.20 |
| HSL | 272.92º | 0.92% | 0.41% | - |
| HSV(B) | 272.92º | 0.96% | 0.8% | - |
| XYZ | 17.94 | 8.13 | 57.12 | - |
| YUV | 62.22 | 207.45 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 203 | 0.43 | 0.96 | 0 | 0.20 | 272.92 | 0.92 | 0.41 |
| Hex | 73 | 8 | CB | 2B | 60 | 0 | 14 | 111 | 5C | 29 |
| Octal | 163 | 10 | 313 | 53 | 140 | 0 | 24 | 421 | 134 | 51 |
| Binary | 1110011 | 1000 | 11001011 | 101011 | 1100000 | 0 | 10100 | 100010001 | 1011100 | 101001 |
Color Harmonies of #7308CB
Complementary color
Monochromatic Colors of #7308CB
Black with #7308CB
Text Example
Text Example
White with #7308CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7308CB; }
p { color: rgb(115,8,203); }
H1.HeaderClassName
{
color: #7308CB;
}
.AnyTagClassName
{
color: #7308CB;
}
</style>
background-color css
<style>
a { background-color: #7308CB; }
a { background-color: rgb(115,8,203); }
div.DivClassName
{
background-color: #7308CB;
}
.BgClassName
{
background-color: #7308CB;
}
</style>
border-color css
<style>
span { border-color: #7308CB; }
span { border-color: rgb(115,8,203); }
td.TdClassName
{
border-color: #7308CB;
}
.TagClassName
{
border-color: #7308CB;
}
</style>