#714364

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

Shades of Cosmic #714364

Tints of Cosmic #714364

Color information

#714364 (or 0x714364) is unknown color: approx Cosmic. HEX triplet: 71, 43 and 64. RGB value is (113,67,100). Sum of RGB (Red+Green+Blue) = 113+67+100=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #714364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714364 is #8EBC9B. Grayscale: #545454. Windows color (decimal): -9354396 or 6570865. OLE color: 6570865.

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

Color convert

RGB11367100-
CMYK00.410.120.56
HSL316.96º25.56%35.29%-
HSV(B)316.96º40.71%44.31%-
XYZ11.128.4513.1-
YUV84.52136.74148.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 100 (39.45% from 255) = 35.71%
R=40.36%
G=23.93%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136710000.410.120.56316.9625.5635.29
Hex714364029C3813d1a23
Octal16110314405114704753243
Binary1110001100001111001000101001110011100010011110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714364; }

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

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

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

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

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

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

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

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