#734461

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

Shades of Cosmic #734461

Tints of Cosmic #734461

Color information

#734461 (or 0x734461) is unknown color: approx Cosmic. HEX triplet: 73, 44 and 61. RGB value is (115,68,97). Sum of RGB (Red+Green+Blue) = 115+68+97=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #734461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734461 is #8CBB9E. Grayscale: #555555. Windows color (decimal): -9223071 or 6374515. OLE color: 6374515.

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

Color convert

RGB1156897-
CMYK00.410.160.55
HSL322.98º25.68%35.88%-
HSV(B)322.98º40.87%45.1%-
XYZ11.38.6412.38-
YUV85.36134.57149.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=41.07%
G=24.29%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115689700.410.160.55322.9825.6835.88
Hex73446102910371431a24
Octal16310414105120675033244
Binary11100111000100110000101010011000011011110100001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734461; }

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

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

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

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

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

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

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

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