#734163

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

Shades of Cosmic #734163

Tints of Cosmic #734163

Color information

#734163 (or 0x734163) is unknown color: approx Cosmic. HEX triplet: 73, 41 and 63. RGB value is (115,65,99). Sum of RGB (Red+Green+Blue) = 115+65+99=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #734163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734163 is #8CBE9C. Grayscale: #535353. Windows color (decimal): -9223837 or 6504819. OLE color: 6504819.

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

Color convert

RGB1156599-
CMYK00.430.140.55
HSL319.2º27.78%35.29%-
HSV(B)319.2º43.48%45.1%-
XYZ11.218.3312.82-
YUV83.83136.56150.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=41.22%
G=23.30%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115659900.430.140.55319.227.7835.29
Hex73416302BE3713f1c23
Octal16310114305316674773443
Binary1110011100000111000110101011111011011110011111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734163; }

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

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

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

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

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

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

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

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