Shades of Cosmic #783C5F
Tints of Cosmic #783C5F
RGB
CMYK
RGB Variations
Color information
#783C5F (or 0x783C5F) is known color: Cosmic. HEX triplet: 78, 3C and 5F. RGB value is (120,60,95). Sum of RGB (Red+Green+Blue) = 120+60+95=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #783C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C5F is #87C3A0. Grayscale: #515151. Windows color (decimal): -8897441 or 6241400. OLE color: 6241400.
HSL color Cylindrical-coordinate representation of color #783C5F: hue angle of 325º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C5F is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 95 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.53 |
| HSL | 325º | 0.33% | 0.35% | - |
| HSV(B) | 325º | 0.5% | 0.47% | - |
| XYZ | 11.43 | 8.05 | 11.78 | - |
| YUV | 81.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 95 | 0 | 0.5 | 0.21 | 0.53 | 325 | 0.33 | 0.35 |
| Hex | 78 | 3C | 5F | 0 | 32 | 15 | 35 | 145 | 21 | 23 |
| Octal | 170 | 74 | 137 | 0 | 62 | 25 | 65 | 505 | 41 | 43 |
| Binary | 1111000 | 111100 | 1011111 | 0 | 110010 | 10101 | 110101 | 101000101 | 100001 | 100011 |
Color Harmonies of #783C5F
Complementary color
Monochromatic Colors of #783C5F
Black with #783C5F
Text Example
Text Example
White with #783C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C5F; }
p { color: rgb(120,60,95); }
H1.HeaderClassName
{
color: #783C5F;
}
.AnyTagClassName
{
color: #783C5F;
}
</style>
background-color css
<style>
a { background-color: #783C5F; }
a { background-color: rgb(120,60,95); }
div.DivClassName
{
background-color: #783C5F;
}
.BgClassName
{
background-color: #783C5F;
}
</style>
border-color css
<style>
span { border-color: #783C5F; }
span { border-color: rgb(120,60,95); }
td.TdClassName
{
border-color: #783C5F;
}
.TagClassName
{
border-color: #783C5F;
}
</style>