#734165

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

Shades of Cosmic #734165

Tints of Cosmic #734165

Color information

#734165 (or 0x734165) is unknown color: approx Cosmic. HEX triplet: 73, 41 and 65. RGB value is (115,65,101). Sum of RGB (Red+Green+Blue) = 115+65+101=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #734165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734165 is #8CBE9A. Grayscale: #535353. Windows color (decimal): -9223835 or 6635891. OLE color: 6635891.

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

Color convert

RGB11565101-
CMYK00.430.120.55
HSL316.8º27.78%35.29%-
HSV(B)316.8º43.48%45.1%-
XYZ11.318.3713.33-
YUV84.05137.56150.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=40.93%
G=23.13%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156510100.430.120.55316.827.7835.29
Hex73416502BC3713d1c23
Octal16310114505314674753443
Binary1110011100000111001010101011110011011110011110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734165; }

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

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

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

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

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

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

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

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