#714E95

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

Shades of Studio #714E95

Tints of Studio #714E95

Color information

#714E95 (or 0x714E95) is unknown color: approx Studio. HEX triplet: 71, 4E and 95. RGB value is (113,78,149). Sum of RGB (Red+Green+Blue) = 113+78+149=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #714E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714E95 is #8EB16A. Grayscale: #606060. Windows color (decimal): -9351531 or 9784945. OLE color: 9784945.

HSL color Cylindrical-coordinate representation of color #714E95: hue angle of 269.58º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #714E95 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11378149-
CMYK0.240.4800.42
HSL269.58º31.28%44.51%-
HSV(B)269.58º47.65%58.43%-
XYZ14.9611.1329.79-
YUV96.56157.6139.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 149 (58.59% from 255) = 43.82%
R=33.24%
G=22.94%
B=43.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113781490.240.4800.42269.5831.2844.51
Hex714E95183002A10e1f2d
Octal16111622530600524163755
Binary111000110011101001010111000110000010101010000111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,78,149); }

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

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

 a { background-color: rgb(113,78,149); }

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

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

 span { border-color: rgb(113,78,149); }

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