#714B99

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

Shades of Studio #714B99

Tints of Studio #714B99

Color information

#714B99 (or 0x714B99) is unknown color: approx Studio. HEX triplet: 71, 4B and 99. RGB value is (113,75,153). Sum of RGB (Red+Green+Blue) = 113+75+153=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #714B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714B99 is #8EB466. Grayscale: #5E5E5E. Windows color (decimal): -9352295 or 10046321. OLE color: 10046321.

HSL color Cylindrical-coordinate representation of color #714B99: hue angle of 269.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #714B99 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11375153-
CMYK0.260.5100.4
HSL269.23º34.21%44.71%-
HSV(B)269.23º50.98%60%-
XYZ15.0810.8431.44-
YUV95.25160.59140.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=33.14%
G=21.99%
B=44.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113751530.260.5100.4269.2334.2144.71
Hex714B991A3302810d222d
Octal16111323132630504154255
Binary1110001100101110011001110101100110101000100001101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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