#734261

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

Shades of Cosmic #734261

Tints of Cosmic #734261

Color information

#734261 (or 0x734261) is unknown color: approx Cosmic. HEX triplet: 73, 42 and 61. RGB value is (115,66,97). Sum of RGB (Red+Green+Blue) = 115+66+97=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #734261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734261 is #8CBD9E. Grayscale: #545454. Windows color (decimal): -9223583 or 6374003. OLE color: 6374003.

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

Color convert

RGB1156697-
CMYK00.430.160.55
HSL322.04º27.07%35.49%-
HSV(B)322.04º42.61%45.1%-
XYZ11.188.412.34-
YUV84.18135.23149.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=41.37%
G=23.74%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115669700.430.160.55322.0427.0735.49
Hex73426102B10371421b23
Octal16310214105320675023343
Binary11100111000010110000101010111000011011110100001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734261; }

 p { color: rgb(115,66,97); }

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

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

 a { background-color: rgb(115,66,97); }

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

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

 span { border-color: rgb(115,66,97); }

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