#804068

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

Shades of Cosmic #804068

Tints of Cosmic #804068

Color information

#804068 (or 0x804068) is unknown color: approx Cosmic. HEX triplet: 80, 40 and 68. RGB value is (128,64,104). Sum of RGB (Red+Green+Blue) = 128+64+104=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #804068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804068 is #7FBF97. Grayscale: #575757. Windows color (decimal): -8372120 or 6832256. OLE color: 6832256.

HSL color Cylindrical-coordinate representation of color #804068: hue angle of 322.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804068 is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB12864104-
CMYK00.50.190.50
HSL322.5º33.33%37.65%-
HSV(B)322.5º50%50.2%-
XYZ13.239.2614.19-
YUV87.7137.2156.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.24%
GREEN value IS 64 (25.39% from 255) = 21.62%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=43.24%
G=21.62%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286410400.50.190.50322.533.3337.65
Hex80406803213321422126
Octal20010015006223625024146
Binary1000000010000001101000011001010011110010101000010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804068; }

 p { color: rgb(128,64,104); }

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

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

 a { background-color: rgb(128,64,104); }

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

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

 span { border-color: rgb(128,64,104); }

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