#814668

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

Shades of Cosmic #814668

Tints of Cosmic #814668

Color information

#814668 (or 0x814668) is unknown color: approx Cosmic. HEX triplet: 81, 46 and 68. RGB value is (129,70,104). Sum of RGB (Red+Green+Blue) = 129+70+104=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #814668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814668 is #7EB997. Grayscale: #5B5B5B. Windows color (decimal): -8305048 or 6833793. OLE color: 6833793.

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

Color convert

RGB12970104-
CMYK00.460.190.49
HSL325.42º29.65%39.02%-
HSV(B)325.42º45.74%50.59%-
XYZ13.7410.0514.31-
YUV91.52135.05154.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=42.57%
G=23.10%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297010400.460.190.49325.4229.6539.02
Hex81466802E13311451e27
Octal20110615005623615053647
Binary100000011000110110100001011101001111000110100010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814668; }

 p { color: rgb(129,70,104); }

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

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

 a { background-color: rgb(129,70,104); }

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

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

 span { border-color: rgb(129,70,104); }

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