#804870

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

Shades of Cosmic #804870

Tints of Cosmic #804870

Color information

#804870 (or 0x804870) is unknown color: approx Cosmic. HEX triplet: 80, 48 and 70. RGB value is (128,72,112). Sum of RGB (Red+Green+Blue) = 128+72+112=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #804870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804870 is #7FB78F. Grayscale: #5D5D5D. Windows color (decimal): -8370064 or 7358592. OLE color: 7358592.

HSL color Cylindrical-coordinate representation of color #804870: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804870 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB12872112-
CMYK00.440.120.50
HSL317.14º28%39.22%-
HSV(B)317.14º43.75%50.2%-
XYZ14.1410.3916.59-
YUV93.3138.55152.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 72 (28.52% from 255) = 23.08%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=41.03%
G=23.08%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287211200.440.120.50317.142839.22
Hex80487002CC3213d1c27
Octal20011016005414624753447
Binary10000000100100011100000101100110011001010011110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804870; }

 p { color: rgb(128,72,112); }

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

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

 a { background-color: rgb(128,72,112); }

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

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

 span { border-color: rgb(128,72,112); }

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