#714EAA

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

Shades of Studio #714EAA

Tints of Studio #714EAA

Color information

#714EAA (or 0x714EAA) is unknown color: approx Studio. HEX triplet: 71, 4E and AA. RGB value is (113,78,170). Sum of RGB (Red+Green+Blue) = 113+78+170=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #714EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714EAA is #8EB155. Grayscale: #626262. Windows color (decimal): -9351510 or 11161201. OLE color: 11161201.

HSL color Cylindrical-coordinate representation of color #714EAA: hue angle of 262.83º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #714EAA is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11378170-
CMYK0.340.5400.33
HSL262.83º37.1%48.63%-
HSV(B)262.83º54.12%66.67%-
XYZ16.7911.8639.43-
YUV98.95168.1138.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=31.30%
G=21.61%
B=47.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113781700.340.5400.33262.8337.148.63
Hex714EAA22360211072531
Octal16111625242660414074561
Binary11100011001110101010101000101101100100001100000111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,78,170); }

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

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

 a { background-color: rgb(113,78,170); }

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

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

 span { border-color: rgb(113,78,170); }

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