#714EAC

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

Shades of Studio #714EAC

Tints of Studio #714EAC

Color information

#714EAC (or 0x714EAC) is unknown color: approx Studio. HEX triplet: 71, 4E and AC. RGB value is (113,78,172). Sum of RGB (Red+Green+Blue) = 113+78+172=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #714EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714EAC is #8EB153. Grayscale: #626262. Windows color (decimal): -9351508 or 11292273. OLE color: 11292273.

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

Color convert

RGB11378172-
CMYK0.340.5500.33
HSL262.34º37.6%49.02%-
HSV(B)262.34º54.65%67.45%-
XYZ16.9811.9440.44-
YUV99.18169.1137.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 172 (67.58% from 255) = 47.38%
R=31.13%
G=21.49%
B=47.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113781720.340.5500.33262.3437.649.02
Hex714EAC22370211062631
Octal16111625442670414064661
Binary11100011001110101011001000101101110100001100000110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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