Shades of Dark Violet #7305CC
Tints of Dark Violet #7305CC
RGB
CMYK
RGB Variations
Color information
#7305CC (or 0x7305CC) is known color: Dark Violet. HEX triplet: 73, 05 and CC. RGB value is (115,5,204). Sum of RGB (Red+Green+Blue) = 115+5+204=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #7305CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7305CC is #8CFA33. Grayscale: #3B3B3B. Windows color (decimal): -9239092 or 13370739. OLE color: 13370739.
HSL color Cylindrical-coordinate representation of color #7305CC: hue angle of 273.17º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7305CC is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 5 | 204 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.2 |
| HSL | 273.17º | 0.95% | 0.41% | - |
| HSV(B) | 273.17º | 0.98% | 0.8% | - |
| XYZ | 18.02 | 8.11 | 57.74 | - |
| YUV | 60.58 | 208.94 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 204 | 0.44 | 0.98 | 0 | 0.2 | 273.17 | 0.95 | 0.41 |
| Hex | 73 | 5 | CC | 2C | 62 | 0 | 14 | 111 | 5F | 29 |
| Octal | 163 | 5 | 314 | 54 | 142 | 0 | 24 | 421 | 137 | 51 |
| Binary | 1110011 | 101 | 11001100 | 101100 | 1100010 | 0 | 10100 | 100010001 | 1011111 | 101001 |
Color Harmonies of #7305CC
Complementary color
Monochromatic Colors of #7305CC
Black with #7305CC
Text Example
Text Example
White with #7305CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7305CC; }
p { color: rgb(115,5,204); }
H1.HeaderClassName
{
color: #7305CC;
}
.AnyTagClassName
{
color: #7305CC;
}
</style>
background-color css
<style>
a { background-color: #7305CC; }
a { background-color: rgb(115,5,204); }
div.DivClassName
{
background-color: #7305CC;
}
.BgClassName
{
background-color: #7305CC;
}
</style>
border-color css
<style>
span { border-color: #7305CC; }
span { border-color: rgb(115,5,204); }
td.TdClassName
{
border-color: #7305CC;
}
.TagClassName
{
border-color: #7305CC;
}
</style>