#814470

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

Shades of Cosmic #814470

Tints of Cosmic #814470

Color information

#814470 (or 0x814470) is unknown color: approx Cosmic. HEX triplet: 81, 44 and 70. RGB value is (129,68,112). Sum of RGB (Red+Green+Blue) = 129+68+112=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #814470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814470 is #7EBB8F. Grayscale: #5B5B5B. Windows color (decimal): -8305552 or 7357569. OLE color: 7357569.

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

Color convert

RGB12968112-
CMYK00.470.130.49
HSL316.72º30.96%38.63%-
HSV(B)316.72º47.29%50.59%-
XYZ14.059.9716.51-
YUV91.26139.71154.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.75%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=41.75%
G=22.01%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296811200.470.130.49316.7230.9638.63
Hex81447002FD3113d1f27
Octal20110416005715614753747
Binary10000001100010011100000101111110111000110011110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814470; }

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

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

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

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

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

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

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

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