#714060

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

Shades of Cosmic #714060

Tints of Cosmic #714060

Color information

#714060 (or 0x714060) is unknown color: approx Cosmic. HEX triplet: 71, 40 and 60. RGB value is (113,64,96). Sum of RGB (Red+Green+Blue) = 113+64+96=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #714060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714060 is #8EBF9F. Grayscale: #525252. Windows color (decimal): -9355168 or 6307953. OLE color: 6307953.

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

Color convert

RGB1136496-
CMYK00.430.150.56
HSL320.82º27.68%34.71%-
HSV(B)320.82º43.36%44.31%-
XYZ10.758.0212.05-
YUV82.3135.73149.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=41.39%
G=23.44%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113649600.430.150.56320.8227.6834.71
Hex71406002BF381411c23
Octal16110014005317705013443
Binary1110001100000011000000101011111111100010100000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714060; }

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

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

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

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

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

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

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

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