#734366

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

Shades of Cosmic #734366

Tints of Cosmic #734366

Color information

#734366 (or 0x734366) is unknown color: approx Cosmic. HEX triplet: 73, 43 and 66. RGB value is (115,67,102). Sum of RGB (Red+Green+Blue) = 115+67+102=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #734366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734366 is #8CBC99. Grayscale: #555555. Windows color (decimal): -9223322 or 6701939. OLE color: 6701939.

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

Color convert

RGB11567102-
CMYK00.420.110.55
HSL316.25º26.37%35.69%-
HSV(B)316.25º41.74%45.1%-
XYZ11.488.6213.63-
YUV85.34137.4149.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=40.49%
G=23.59%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156710200.420.110.55316.2526.3735.69
Hex73436602AB3713c1a24
Octal16310314605213674743244
Binary1110011100001111001100101010101111011110011110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734366; }

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

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

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

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

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

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

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

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