#714D92

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

Shades of Studio #714D92

Tints of Studio #714D92

Color information

#714D92 (or 0x714D92) is unknown color: approx Studio. HEX triplet: 71, 4D and 92. RGB value is (113,77,146). Sum of RGB (Red+Green+Blue) = 113+77+146=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #714D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714D92 is #8EB26D. Grayscale: #5F5F5F. Windows color (decimal): -9351790 or 9588081. OLE color: 9588081.

HSL color Cylindrical-coordinate representation of color #714D92: hue angle of 271.3º 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 #714D92 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11377146-
CMYK0.230.4700.43
HSL271.3º30.94%43.73%-
HSV(B)271.3º47.26%57.25%-
XYZ14.6510.8928.52-
YUV95.63156.43140.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=33.63%
G=22.92%
B=43.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113771460.230.4700.43271.330.9443.73
Hex714D92172F02B10f1f2c
Octal16111522227570534173754
Binary111000110011011001001010111101111010101110000111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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