#714063

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

Shades of Cosmic #714063

Tints of Cosmic #714063

Color information

#714063 (or 0x714063) is unknown color: approx Cosmic. HEX triplet: 71, 40 and 63. RGB value is (113,64,99). Sum of RGB (Red+Green+Blue) = 113+64+99=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #714063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714063 is #8EBF9C. Grayscale: #525252. Windows color (decimal): -9355165 or 6504561. OLE color: 6504561.

HSL color Cylindrical-coordinate representation of color #714063: hue angle of 317.14º 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 #714063 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1136499-
CMYK00.430.120.56
HSL317.14º27.68%34.71%-
HSV(B)317.14º43.36%44.31%-
XYZ10.98.0812.79-
YUV82.64137.23149.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=40.94%
G=23.19%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113649900.430.120.56317.1427.6834.71
Hex71406302BC3813d1c23
Octal16110014305314704753443
Binary1110001100000011000110101011110011100010011110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714063; }

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

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

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

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

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

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

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

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