Shades of Dark Violet #7F13CA
Tints of Dark Violet #7F13CA
RGB
CMYK
RGB Variations
Color information
#7F13CA (or 0x7F13CA) is known color: Dark Violet. HEX triplet: 7F, 13 and CA. RGB value is (127,19,202). Sum of RGB (Red+Green+Blue) = 127+19+202=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F13CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F13CA is #80EC35. Grayscale: #474747. Windows color (decimal): -8449078 or 13243263. OLE color: 13243263.
HSL color Cylindrical-coordinate representation of color #7F13CA: hue angle of 275.41º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F13CA is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 19 | 202 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.21 |
| HSL | 275.41º | 0.83% | 0.43% | - |
| HSV(B) | 275.41º | 0.91% | 0.79% | - |
| XYZ | 19.65 | 9.24 | 56.63 | - |
| YUV | 72.15 | 201.28 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 202 | 0.37 | 0.91 | 0 | 0.21 | 275.41 | 0.83 | 0.43 |
| Hex | 7F | 13 | CA | 25 | 5B | 0 | 15 | 113 | 53 | 2B |
| Octal | 177 | 23 | 312 | 45 | 133 | 0 | 25 | 423 | 123 | 53 |
| Binary | 1111111 | 10011 | 11001010 | 100101 | 1011011 | 0 | 10101 | 100010011 | 1010011 | 101011 |
Color Harmonies of #7F13CA
Complementary color
Monochromatic Colors of #7F13CA
Black with #7F13CA
Text Example
Text Example
White with #7F13CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F13CA; }
p { color: rgb(127,19,202); }
H1.HeaderClassName
{
color: #7F13CA;
}
.AnyTagClassName
{
color: #7F13CA;
}
</style>
background-color css
<style>
a { background-color: #7F13CA; }
a { background-color: rgb(127,19,202); }
div.DivClassName
{
background-color: #7F13CA;
}
.BgClassName
{
background-color: #7F13CA;
}
</style>
border-color css
<style>
span { border-color: #7F13CA; }
span { border-color: rgb(127,19,202); }
td.TdClassName
{
border-color: #7F13CA;
}
.TagClassName
{
border-color: #7F13CA;
}
</style>