#734665

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

Shades of Cosmic #734665

Tints of Cosmic #734665

Color information

#734665 (or 0x734665) is unknown color: approx Cosmic. HEX triplet: 73, 46 and 65. RGB value is (115,70,101). Sum of RGB (Red+Green+Blue) = 115+70+101=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #734665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734665 is #8CB99A. Grayscale: #565656. Windows color (decimal): -9222555 or 6637171. OLE color: 6637171.

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

Color convert

RGB11570101-
CMYK00.390.120.55
HSL318.67º24.32%36.27%-
HSV(B)318.67º39.13%45.1%-
XYZ11.618.9613.43-
YUV86.99135.91147.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=40.21%
G=24.48%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157010100.390.120.55318.6724.3236.27
Hex734665027C3713f1824
Octal16310614504714674773044
Binary1110011100011011001010100111110011011110011111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734665; }

 p { color: rgb(115,70,101); }

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

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

 a { background-color: rgb(115,70,101); }

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

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

 span { border-color: rgb(115,70,101); }

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