#714D93

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

Shades of Studio #714D93

Tints of Studio #714D93

Color information

#714D93 (or 0x714D93) is unknown color: approx Studio. HEX triplet: 71, 4D and 93. RGB value is (113,77,147). Sum of RGB (Red+Green+Blue) = 113+77+147=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #714D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714D93 is #8EB26C. Grayscale: #5F5F5F. Windows color (decimal): -9351789 or 9653617. OLE color: 9653617.

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

Color convert

RGB11377147-
CMYK0.230.4800.42
HSL270.86º31.25%43.92%-
HSV(B)270.86º47.62%57.65%-
XYZ14.7310.9328.94-
YUV95.74156.93140.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=33.53%
G=22.85%
B=43.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113771470.230.4800.42270.8631.2543.92
Hex714D93173002A10f1f2c
Octal16111522327600524173754
Binary111000110011011001001110111110000010101010000111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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