#734566

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

Shades of Cosmic #734566

Tints of Cosmic #734566

Color information

#734566 (or 0x734566) is unknown color: approx Cosmic. HEX triplet: 73, 45 and 66. RGB value is (115,69,102). Sum of RGB (Red+Green+Blue) = 115+69+102=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #734566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734566 is #8CBA99. Grayscale: #565656. Windows color (decimal): -9222810 or 6702451. OLE color: 6702451.

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

Color convert

RGB11569102-
CMYK00.40.110.55
HSL316.96º25%36.08%-
HSV(B)316.96º40%45.1%-
XYZ11.68.8613.67-
YUV86.52136.74148.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=40.21%
G=24.13%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156910200.40.110.55316.962536.08
Hex734566028B3713d1924
Octal16310514605013674753144
Binary1110011100010111001100101000101111011110011110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734566; }

 p { color: rgb(115,69,102); }

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

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

 a { background-color: rgb(115,69,102); }

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

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

 span { border-color: rgb(115,69,102); }

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