#714564

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

Shades of Cosmic #714564

Tints of Cosmic #714564

Color information

#714564 (or 0x714564) is unknown color: approx Cosmic. HEX triplet: 71, 45 and 64. RGB value is (113,69,100). Sum of RGB (Red+Green+Blue) = 113+69+100=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #714564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714564 is #8EBA9B. Grayscale: #555555. Windows color (decimal): -9353884 or 6571377. OLE color: 6571377.

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

Color convert

RGB11369100-
CMYK00.390.120.56
HSL317.73º24.18%35.69%-
HSV(B)317.73º38.94%44.31%-
XYZ11.248.6913.14-
YUV85.69136.08147.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=40.07%
G=24.47%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136910000.390.120.56317.7324.1835.69
Hex714564027C3813e1824
Octal16110514404714704763044
Binary1110001100010111001000100111110011100010011111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714564; }

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

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

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

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

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

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

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

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