#714AAE

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

Shades of Studio #714AAE

Tints of Studio #714AAE

Color information

#714AAE (or 0x714AAE) is unknown color: approx Studio. HEX triplet: 71, 4A and AE. RGB value is (113,74,174). Sum of RGB (Red+Green+Blue) = 113+74+174=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #714AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714AAE is #8EB551. Grayscale: #606060. Windows color (decimal): -9352530 or 11422321. OLE color: 11422321.

HSL color Cylindrical-coordinate representation of color #714AAE: hue angle of 263.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #714AAE is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11374174-
CMYK0.350.5700.32
HSL263.4º40.32%48.63%-
HSV(B)263.4º57.47%68.24%-
XYZ16.911.4641.37-
YUV97.06171.42139.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=31.30%
G=20.50%
B=48.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113741740.350.5700.32263.440.3248.63
Hex714AAE23390201072831
Octal16111225643710404075061
Binary11100011001010101011101000111110010100000100000111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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