#734060

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

Shades of Cosmic #734060

Tints of Cosmic #734060

Color information

#734060 (or 0x734060) is unknown color: approx Cosmic. HEX triplet: 73, 40 and 60. RGB value is (115,64,96). Sum of RGB (Red+Green+Blue) = 115+64+96=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #734060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734060 is #8CBF9F. Grayscale: #525252. Windows color (decimal): -9224096 or 6307955. OLE color: 6307955.

HSL color Cylindrical-coordinate representation of color #734060: hue angle of 322.35º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #734060 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1156496-
CMYK00.440.170.55
HSL322.35º28.49%35.1%-
HSV(B)322.35º44.35%45.1%-
XYZ11.018.1612.06-
YUV82.9135.4150.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=41.82%
G=23.27%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115649600.440.170.55322.3528.4935.1
Hex73406002C11371421c23
Octal16310014005421675023443
Binary11100111000000110000001011001000111011110100001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734060; }

 p { color: rgb(115,64,96); }

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

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

 a { background-color: rgb(115,64,96); }

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

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

 span { border-color: rgb(115,64,96); }

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