#814970

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

Shades of Cosmic #814970

Tints of Cosmic #814970

Color information

#814970 (or 0x814970) is unknown color: approx Cosmic. HEX triplet: 81, 49 and 70. RGB value is (129,73,112). Sum of RGB (Red+Green+Blue) = 129+73+112=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #814970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814970 is #7EB68F. Grayscale: #5E5E5E. Windows color (decimal): -8304272 or 7358849. OLE color: 7358849.

HSL color Cylindrical-coordinate representation of color #814970: hue angle of 318.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #814970 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB12973112-
CMYK00.430.130.49
HSL318.21º27.72%39.61%-
HSV(B)318.21º43.41%50.59%-
XYZ14.3610.616.62-
YUV94.19138.05152.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=41.08%
G=23.25%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297311200.430.130.49318.2127.7239.61
Hex81497002BD3113e1c28
Octal20111116005315614763450
Binary10000001100100111100000101011110111000110011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814970; }

 p { color: rgb(129,73,112); }

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

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

 a { background-color: rgb(129,73,112); }

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

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

 span { border-color: rgb(129,73,112); }

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