#793A5E

Color #793A5E Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #793A5E

Tints of Cosmic #793A5E

Color information

#793A5E (or 0x793A5E) is unknown color: approx Cosmic. HEX triplet: 79, 3A and 5E. RGB value is (121,58,94). Sum of RGB (Red+Green+Blue) = 121+58+94=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #793A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A5E is #86C5A1. Grayscale: #505050. Windows color (decimal): -8832418 or 6175353. OLE color: 6175353.

HSL color Cylindrical-coordinate representation of color #793A5E: hue angle of 325.71º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #793A5E is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1215894-
CMYK00.520.220.53
HSL325.71º35.2%35.1%-
HSV(B)325.71º52.07%47.45%-
XYZ11.427.911.51-
YUV80.94135.37156.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=44.32%
G=21.25%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121589400.520.220.53325.7135.235.1
Hex793A5E03416351462323
Octal1717213606426655064343
Binary11110011110101011110011010010110110101101000110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793A5E; }

 p { color: rgb(121,58,94); }

 H1.HeaderClassName
 {
   color: #793A5E;
 }
 .AnyTagClassName
 {
   color: #793A5E;
 }
</style>
background-color css

<style>
 a { background-color: #793A5E; }

 a { background-color: rgb(121,58,94); }

 div.DivClassName
 {
   background-color: #793A5E;
 }
 .BgClassName
 {
   background-color: #793A5E;
 }
</style>
border-color css

<style>
 span { border-color: #793A5E; }

 span { border-color: rgb(121,58,94); }

 td.TdClassName
 {
   border-color: #793A5E;
 }
 .TagClassName
 {
   border-color: #793A5E;
 }
</style>