#714D9D

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

Shades of Studio #714D9D

Tints of Studio #714D9D

Color information

#714D9D (or 0x714D9D) is unknown color: approx Studio. HEX triplet: 71, 4D and 9D. RGB value is (113,77,157). Sum of RGB (Red+Green+Blue) = 113+77+157=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #714D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714D9D is #8EB262. Grayscale: #606060. Windows color (decimal): -9351779 or 10308977. OLE color: 10308977.

HSL color Cylindrical-coordinate representation of color #714D9D: hue angle of 267º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #714D9D is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11377157-
CMYK0.280.5100.38
HSL267º34.19%45.88%-
HSV(B)267º50.96%61.57%-
XYZ15.5511.2533.25-
YUV96.88161.93139.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 77 (30.47% from 255) = 22.19%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=32.56%
G=22.19%
B=45.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113771570.280.5100.3826734.1945.88
Hex714D9D1C3302610b222e
Octal16111523534630464134256
Binary1110001100110110011101111001100110100110100001011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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