#734361

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

Shades of Cosmic #734361

Tints of Cosmic #734361

Color information

#734361 (or 0x734361) is unknown color: approx Cosmic. HEX triplet: 73, 43 and 61. RGB value is (115,67,97). Sum of RGB (Red+Green+Blue) = 115+67+97=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #734361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734361 is #8CBC9E. Grayscale: #545454. Windows color (decimal): -9223327 or 6374259. OLE color: 6374259.

HSL color Cylindrical-coordinate representation of color #734361: hue angle of 322.5º 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 #734361 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1156797-
CMYK00.420.160.55
HSL322.5º26.37%35.69%-
HSV(B)322.5º41.74%45.1%-
XYZ11.248.5212.36-
YUV84.77134.9149.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=41.22%
G=24.01%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115679700.420.160.55322.526.3735.69
Hex73436102A10371421a24
Octal16310314105220675023244
Binary11100111000011110000101010101000011011110100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734361; }

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

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

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

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

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

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

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

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