#713F61

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

Shades of Cosmic #713F61

Tints of Cosmic #713F61

Color information

#713F61 (or 0x713F61) is unknown color: approx Cosmic. HEX triplet: 71, 3F and 61. RGB value is (113,63,97). Sum of RGB (Red+Green+Blue) = 113+63+97=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #713F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F61 is #8EC09E. Grayscale: #515151. Windows color (decimal): -9355423 or 6373233. OLE color: 6373233.

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

Color convert

RGB1136397-
CMYK00.440.140.56
HSL319.2º28.41%34.51%-
HSV(B)319.2º44.25%44.31%-
XYZ10.757.9312.27-
YUV81.83136.56150.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 63 (25% from 255) = 23.08%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=41.39%
G=23.08%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113639700.440.140.56319.228.4134.51
Hex713F6102CE3813f1c23
Octal1617714105416704773443
Binary111000111111111000010101100111011100010011111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713F61; }

 p { color: rgb(113,63,97); }

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

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

 a { background-color: rgb(113,63,97); }

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

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

 span { border-color: rgb(113,63,97); }

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