#793C5F

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

Shades of Cosmic #793C5F

Tints of Cosmic #793C5F

Color information

#793C5F (or 0x793C5F) is unknown color: approx Cosmic. HEX triplet: 79, 3C and 5F. RGB value is (121,60,95). Sum of RGB (Red+Green+Blue) = 121+60+95=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #793C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793C5F is #86C3A0. Grayscale: #525252. Windows color (decimal): -8831905 or 6241401. OLE color: 6241401.

HSL color Cylindrical-coordinate representation of color #793C5F: hue angle of 325.57º degrees, saturation: 0.34, 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 #793C5F is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1216095-
CMYK00.500.210.53
HSL325.57º33.7%35.49%-
HSV(B)325.57º50.41%47.45%-
XYZ11.578.1211.78-
YUV82.23135.21155.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=43.84%
G=21.74%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121609500.500.210.53325.5733.735.49
Hex793C5F03215351462223
Octal1717413706225655064243
Binary11110011111001011111011001010101110101101000110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,60,95); }

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

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

 a { background-color: rgb(121,60,95); }

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

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

 span { border-color: rgb(121,60,95); }

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