#714699

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

Shades of Studio #714699

Tints of Studio #714699

Color information

#714699 (or 0x714699) is unknown color: approx Studio. HEX triplet: 71, 46 and 99. RGB value is (113,70,153). Sum of RGB (Red+Green+Blue) = 113+70+153=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #714699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714699 is #8EB966. Grayscale: #5C5C5C. Windows color (decimal): -9353575 or 10045041. OLE color: 10045041.

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

Color convert

RGB11370153-
CMYK0.260.5400.4
HSL271.08º37.22%43.73%-
HSV(B)271.08º54.25%60%-
XYZ14.7510.1931.33-
YUV92.32162.25142.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=33.63%
G=20.83%
B=45.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113701530.260.5400.4271.0837.2243.73
Hex7146991A3602810f252c
Octal16110623132660504174554
Binary1110001100011010011001110101101100101000100001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714699; }

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

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

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

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

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

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

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

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