#714E92

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

Shades of Studio #714E92

Tints of Studio #714E92

Color information

#714E92 (or 0x714E92) is unknown color: approx Studio. HEX triplet: 71, 4E and 92. RGB value is (113,78,146). Sum of RGB (Red+Green+Blue) = 113+78+146=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #714E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714E92 is #8EB16D. Grayscale: #5F5F5F. Windows color (decimal): -9351534 or 9588337. OLE color: 9588337.

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

Color convert

RGB11378146-
CMYK0.230.4700.43
HSL270.88º30.36%43.92%-
HSV(B)270.88º46.58%57.25%-
XYZ14.7211.0328.55-
YUV96.22156.1139.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=33.53%
G=23.15%
B=43.32%

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
Decimal113781460.230.4700.43270.8830.3643.92
Hex714E92172F02B10f1e2c
Octal16111622227570534173654
Binary111000110011101001001010111101111010101110000111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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