#714660

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

Shades of Cosmic #714660

Tints of Cosmic #714660

Color information

#714660 (or 0x714660) is unknown color: approx Cosmic. HEX triplet: 71, 46 and 60. RGB value is (113,70,96). Sum of RGB (Red+Green+Blue) = 113+70+96=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #714660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714660 is #8EB99F. Grayscale: #555555. Windows color (decimal): -9353632 or 6309489. OLE color: 6309489.

HSL color Cylindrical-coordinate representation of color #714660: hue angle of 323.72º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #714660 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1137096-
CMYK00.380.150.56
HSL323.72º23.5%35.88%-
HSV(B)323.72º38.05%44.31%-
XYZ11.118.7412.17-
YUV85.82133.75147.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=40.50%
G=25.09%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113709600.380.150.56323.7223.535.88
Hex714660026F381441724
Octal16110614004617705042744
Binary1110001100011011000000100110111111100010100010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714660; }

 p { color: rgb(113,70,96); }

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

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

 a { background-color: rgb(113,70,96); }

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

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

 span { border-color: rgb(113,70,96); }

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