#734360

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

Shades of Cosmic #734360

Tints of Cosmic #734360

Color information

#734360 (or 0x734360) is unknown color: approx Cosmic. HEX triplet: 73, 43 and 60. RGB value is (115,67,96). Sum of RGB (Red+Green+Blue) = 115+67+96=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #734360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734360 is #8CBC9F. Grayscale: #545454. Windows color (decimal): -9223328 or 6308723. OLE color: 6308723.

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

Color convert

RGB1156796-
CMYK00.420.170.55
HSL323.75º26.37%35.69%-
HSV(B)323.75º41.74%45.1%-
XYZ11.198.512.12-
YUV84.66134.4149.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=41.37%
G=24.10%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115679600.420.170.55323.7526.3735.69
Hex73436002A11371441a24
Octal16310314005221675043244
Binary11100111000011110000001010101000111011110100010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734360; }

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

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

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

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

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

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

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

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