#734164

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

Shades of Cosmic #734164

Tints of Cosmic #734164

Color information

#734164 (or 0x734164) is unknown color: approx Cosmic. HEX triplet: 73, 41 and 64. RGB value is (115,65,100). Sum of RGB (Red+Green+Blue) = 115+65+100=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #734164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734164 is #8CBE9B. Grayscale: #535353. Windows color (decimal): -9223836 or 6570355. OLE color: 6570355.

HSL color Cylindrical-coordinate representation of color #734164: hue angle of 318º degrees, saturation: 0.28, 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 #734164 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11565100-
CMYK00.430.130.55
HSL318º27.78%35.29%-
HSV(B)318º43.48%45.1%-
XYZ11.268.3513.07-
YUV83.94137.06150.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 100 (39.45% from 255) = 35.71%
R=41.07%
G=23.21%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156510000.430.130.5531827.7835.29
Hex73416402BD3713e1c23
Octal16310114405315674763443
Binary1110011100000111001000101011110111011110011111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734164; }

 p { color: rgb(115,65,100); }

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

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

 a { background-color: rgb(115,65,100); }

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

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

 span { border-color: rgb(115,65,100); }

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