#714164

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

Shades of Cosmic #714164

Tints of Cosmic #714164

Color information

#714164 (or 0x714164) is unknown color: approx Cosmic. HEX triplet: 71, 41 and 64. RGB value is (113,65,100). Sum of RGB (Red+Green+Blue) = 113+65+100=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #714164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714164 is #8EBE9B. Grayscale: #535353. Windows color (decimal): -9354908 or 6570353. OLE color: 6570353.

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

Color convert

RGB11365100-
CMYK00.420.120.56
HSL316.25º26.97%34.9%-
HSV(B)316.25º42.48%44.31%-
XYZ118.2113.06-
YUV83.34137.4149.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=40.65%
G=23.38%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136510000.420.120.56316.2526.9734.9
Hex71416402AC3813c1b23
Octal16110114405214704743343
Binary1110001100000111001000101010110011100010011110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714164; }

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

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

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

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

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

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

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

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