#734568

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

Shades of Cosmic #734568

Tints of Cosmic #734568

Color information

#734568 (or 0x734568) is unknown color: approx Cosmic. HEX triplet: 73, 45 and 68. RGB value is (115,69,104). Sum of RGB (Red+Green+Blue) = 115+69+104=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #734568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734568 is #8CBA97. Grayscale: #565656. Windows color (decimal): -9222808 or 6833523. OLE color: 6833523.

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

Color convert

RGB11569104-
CMYK00.40.100.55
HSL314.35º25%36.08%-
HSV(B)314.35º40%45.1%-
XYZ11.78.914.2-
YUV86.74137.74148.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.93%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=39.93%
G=23.96%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156910400.40.100.55314.352536.08
Hex734568028A3713a1924
Octal16310515005012674723144
Binary1110011100010111010000101000101011011110011101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734568; }

 p { color: rgb(115,69,104); }

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

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

 a { background-color: rgb(115,69,104); }

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

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

 span { border-color: rgb(115,69,104); }

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