#714B92

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

Shades of Studio #714B92

Tints of Studio #714B92

Color information

#714B92 (or 0x714B92) is unknown color: approx Studio. HEX triplet: 71, 4B and 92. RGB value is (113,75,146). Sum of RGB (Red+Green+Blue) = 113+75+146=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #714B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714B92 is #8EB46D. Grayscale: #5E5E5E. Windows color (decimal): -9352302 or 9587569. OLE color: 9587569.

HSL color Cylindrical-coordinate representation of color #714B92: hue angle of 272.11º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #714B92 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11375146-
CMYK0.230.4900.43
HSL272.11º32.13%43.33%-
HSV(B)272.11º48.63%57.25%-
XYZ14.5110.6228.48-
YUV94.46157.09141.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=33.83%
G=22.46%
B=43.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113751460.230.4900.43272.1132.1343.33
Hex714B92173102B110202b
Octal16111322227610534204053
Binary1110001100101110010010101111100010101011100010000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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