#714D91

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

Shades of Studio #714D91

Tints of Studio #714D91

Color information

#714D91 (or 0x714D91) is unknown color: approx Studio. HEX triplet: 71, 4D and 91. RGB value is (113,77,145). Sum of RGB (Red+Green+Blue) = 113+77+145=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #714D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714D91 is #8EB26E. Grayscale: #5F5F5F. Windows color (decimal): -9351791 or 9522545. OLE color: 9522545.

HSL color Cylindrical-coordinate representation of color #714D91: hue angle of 271.76º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #714D91 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11377145-
CMYK0.220.4700.43
HSL271.76º30.63%43.53%-
HSV(B)271.76º46.9%56.86%-
XYZ14.5710.8628.12-
YUV95.52155.93140.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 77 (30.47% from 255) = 22.99%
BLUE value IS 145 (57.03% from 255) = 43.28%
R=33.73%
G=22.99%
B=43.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113771450.220.4700.43271.7630.6343.53
Hex714D91162F02B1101f2c
Octal16111522126570534203754
Binary111000110011011001000110110101111010101110001000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714D91; }

 p { color: rgb(113,77,145); }

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

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

 a { background-color: rgb(113,77,145); }

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

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

 span { border-color: rgb(113,77,145); }

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