#714F93

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

Shades of Studio #714F93

Tints of Studio #714F93

Color information

#714F93 (or 0x714F93) is unknown color: approx Studio. HEX triplet: 71, 4F and 93. RGB value is (113,79,147). Sum of RGB (Red+Green+Blue) = 113+79+147=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #714F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714F93 is #8EB06C. Grayscale: #606060. Windows color (decimal): -9351277 or 9654129. OLE color: 9654129.

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

Color convert

RGB11379147-
CMYK0.230.4600.42
HSL270º30.09%44.31%-
HSV(B)270º46.26%57.65%-
XYZ14.8711.2128.98-
YUV96.92156.26139.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 79 (31.25% from 255) = 23.30%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=33.33%
G=23.30%
B=43.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113791470.230.4600.4227030.0944.31
Hex714F93172E02A10e1e2c
Octal16111722327560524163654
Binary111000110011111001001110111101110010101010000111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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