#734468

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

Shades of Cosmic #734468

Tints of Cosmic #734468

Color information

#734468 (or 0x734468) is unknown color: approx Cosmic. HEX triplet: 73, 44 and 68. RGB value is (115,68,104). Sum of RGB (Red+Green+Blue) = 115+68+104=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #734468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734468 is #8CBB97. Grayscale: #565656. Windows color (decimal): -9223064 or 6833267. OLE color: 6833267.

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

Color convert

RGB11568104-
CMYK00.410.100.55
HSL314.04º25.68%35.88%-
HSV(B)314.04º40.87%45.1%-
XYZ11.648.7814.18-
YUV86.16138.07148.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=40.07%
G=23.69%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156810400.410.100.55314.0425.6835.88
Hex734468029A3713a1a24
Octal16310415005112674723244
Binary1110011100010011010000101001101011011110011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734468; }

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

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

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

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

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

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

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

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