#714560

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

Shades of Cosmic #714560

Tints of Cosmic #714560

Color information

#714560 (or 0x714560) is unknown color: approx Cosmic. HEX triplet: 71, 45 and 60. RGB value is (113,69,96). Sum of RGB (Red+Green+Blue) = 113+69+96=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #714560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714560 is #8EBA9F. Grayscale: #555555. Windows color (decimal): -9353888 or 6309233. OLE color: 6309233.

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

Color convert

RGB1136996-
CMYK00.390.150.56
HSL323.18º24.18%35.69%-
HSV(B)323.18º38.94%44.31%-
XYZ11.058.6112.15-
YUV85.23134.08147.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=40.65%
G=24.82%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113699600.390.150.56323.1824.1835.69
Hex714560027F381431824
Octal16110514004717705033044
Binary1110001100010111000000100111111111100010100001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714560; }

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

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

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

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

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

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

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

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