#714463

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

Shades of Cosmic #714463

Tints of Cosmic #714463

Color information

#714463 (or 0x714463) is unknown color: approx Cosmic. HEX triplet: 71, 44 and 63. RGB value is (113,68,99). Sum of RGB (Red+Green+Blue) = 113+68+99=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #714463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714463 is #8EBB9C. Grayscale: #545454. Windows color (decimal): -9354141 or 6505585. OLE color: 6505585.

HSL color Cylindrical-coordinate representation of color #714463: hue angle of 318.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714463 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1136899-
CMYK00.400.120.56
HSL318.67º24.86%35.49%-
HSV(B)318.67º39.82%44.31%-
XYZ11.138.5512.87-
YUV84.99135.91147.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=40.36%
G=24.29%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113689900.400.120.56318.6724.8635.49
Hex714463028C3813f1923
Octal16110414305014704773143
Binary1110001100010011000110101000110011100010011111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714463; }

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

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

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

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

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

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

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

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