#714AA9

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

Shades of Studio #714AA9

Tints of Studio #714AA9

Color information

#714AA9 (or 0x714AA9) is unknown color: approx Studio. HEX triplet: 71, 4A and A9. RGB value is (113,74,169). Sum of RGB (Red+Green+Blue) = 113+74+169=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #714AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714AA9 is #8EB556. Grayscale: #606060. Windows color (decimal): -9352535 or 11094641. OLE color: 11094641.

HSL color Cylindrical-coordinate representation of color #714AA9: hue angle of 264.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #714AA9 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11374169-
CMYK0.330.5600.34
HSL264.63º39.09%47.65%-
HSV(B)264.63º56.21%66.27%-
XYZ16.4211.2738.85-
YUV96.49168.92139.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 169 (66.41% from 255) = 47.47%
R=31.74%
G=20.79%
B=47.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal113741690.330.5600.34264.6339.0947.65
Hex714AA921380221092730
Octal16111225141700424114760
Binary11100011001010101010011000011110000100010100001001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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