#814870

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

Shades of Cosmic #814870

Tints of Cosmic #814870

Color information

#814870 (or 0x814870) is unknown color: approx Cosmic. HEX triplet: 81, 48 and 70. RGB value is (129,72,112). Sum of RGB (Red+Green+Blue) = 129+72+112=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #814870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814870 is #7EB78F. Grayscale: #5D5D5D. Windows color (decimal): -8304528 or 7358593. OLE color: 7358593.

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

Color convert

RGB12972112-
CMYK00.440.130.49
HSL317.89º28.36%39.41%-
HSV(B)317.89º44.19%50.59%-
XYZ14.310.4716.6-
YUV93.6138.38153.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.21%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=41.21%
G=23.00%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297211200.440.130.49317.8928.3639.41
Hex81487002CD3113e1c27
Octal20111016005415614763447
Binary10000001100100011100000101100110111000110011111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814870; }

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

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

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

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

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

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

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

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