#714A9B

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

Shades of Studio #714A9B

Tints of Studio #714A9B

Color information

#714A9B (or 0x714A9B) is unknown color: approx Studio. HEX triplet: 71, 4A and 9B. RGB value is (113,74,155). Sum of RGB (Red+Green+Blue) = 113+74+155=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #714A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714A9B is #8EB564. Grayscale: #5E5E5E. Windows color (decimal): -9352549 or 10177137. OLE color: 10177137.

HSL color Cylindrical-coordinate representation of color #714A9B: hue angle of 268.89º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #714A9B is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11374155-
CMYK0.270.5200.39
HSL268.89º35.37%44.9%-
HSV(B)268.89º52.26%60.78%-
XYZ15.1810.7732.29-
YUV94.9161.92140.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 74 (29.30% from 255) = 21.64%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=33.04%
G=21.64%
B=45.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113741550.270.5200.39268.8935.3744.9
Hex714A9B1B3402710d232d
Octal16111223333640474154355
Binary1110001100101010011011110111101000100111100001101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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