#734966

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

Shades of Cosmic #734966

Tints of Cosmic #734966

Color information

#734966 (or 0x734966) is unknown color: approx Cosmic. HEX triplet: 73, 49 and 66. RGB value is (115,73,102). Sum of RGB (Red+Green+Blue) = 115+73+102=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #734966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734966 is #8CB699. Grayscale: #585858. Windows color (decimal): -9221786 or 6703475. OLE color: 6703475.

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

Color convert

RGB11573102-
CMYK00.370.110.55
HSL318.57º22.34%36.86%-
HSV(B)318.57º36.52%45.1%-
XYZ11.859.3713.75-
YUV88.86135.41146.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.66%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 102 (40.23% from 255) = 35.17%
R=39.66%
G=25.17%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157310200.370.110.55318.5722.3436.86
Hex734966025B3713f1625
Octal16311114604513674772645
Binary1110011100100111001100100101101111011110011111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734966; }

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

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

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

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

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

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

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

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