#734367

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

Shades of Cosmic #734367

Tints of Cosmic #734367

Color information

#734367 (or 0x734367) is unknown color: approx Cosmic. HEX triplet: 73, 43 and 67. RGB value is (115,67,103). Sum of RGB (Red+Green+Blue) = 115+67+103=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #734367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734367 is #8CBC98. Grayscale: #555555. Windows color (decimal): -9223321 or 6767475. OLE color: 6767475.

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

Color convert

RGB11567103-
CMYK00.420.100.55
HSL315º26.37%35.69%-
HSV(B)315º41.74%45.1%-
XYZ11.538.6413.89-
YUV85.46137.9149.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.35%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=40.35%
G=23.51%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156710300.420.100.5531526.3735.69
Hex73436702AA3713b1a24
Octal16310314705212674733244
Binary1110011100001111001110101010101011011110011101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734367; }

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

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

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

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

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

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

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

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