#714A9D

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

Shades of Studio #714A9D

Tints of Studio #714A9D

Color information

#714A9D (or 0x714A9D) is unknown color: approx Studio. HEX triplet: 71, 4A and 9D. RGB value is (113,74,157). Sum of RGB (Red+Green+Blue) = 113+74+157=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #714A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714A9D is #8EB562. Grayscale: #5E5E5E. Windows color (decimal): -9352547 or 10308209. OLE color: 10308209.

HSL color Cylindrical-coordinate representation of color #714A9D: hue angle of 268.19º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #714A9D is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11374157-
CMYK0.280.5300.38
HSL268.19º35.93%45.29%-
HSV(B)268.19º52.87%61.57%-
XYZ15.3410.8433.18-
YUV95.12162.92140.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 74 (29.30% from 255) = 21.51%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=32.85%
G=21.51%
B=45.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113741570.280.5300.38268.1935.9345.29
Hex714A9D1C3502610c242d
Octal16111223534650464144455
Binary1110001100101010011101111001101010100110100001100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,74,157); }

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

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

 a { background-color: rgb(113,74,157); }

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

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

 span { border-color: rgb(113,74,157); }

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