#714899

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

Shades of Studio #714899

Tints of Studio #714899

Color information

#714899 (or 0x714899) is unknown color: approx Studio. HEX triplet: 71, 48 and 99. RGB value is (113,72,153). Sum of RGB (Red+Green+Blue) = 113+72+153=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #714899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714899 is #8EB766. Grayscale: #5D5D5D. Windows color (decimal): -9353063 or 10045553. OLE color: 10045553.

HSL color Cylindrical-coordinate representation of color #714899: hue angle of 270.37º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #714899 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11372153-
CMYK0.260.5300.4
HSL270.37º36%44.12%-
HSV(B)270.37º52.94%60%-
XYZ14.8810.4531.37-
YUV93.49161.58141.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=33.43%
G=21.30%
B=45.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113721530.260.5300.4270.373644.12
Hex7148991A3502810e242c
Octal16111023132650504164454
Binary1110001100100010011001110101101010101000100001110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714899; }

 p { color: rgb(113,72,153); }

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

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

 a { background-color: rgb(113,72,153); }

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

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

 span { border-color: rgb(113,72,153); }

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