#714EA1

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

Shades of Studio #714EA1

Tints of Studio #714EA1

Color information

#714EA1 (or 0x714EA1) is unknown color: approx Studio. HEX triplet: 71, 4E and A1. RGB value is (113,78,161). Sum of RGB (Red+Green+Blue) = 113+78+161=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 161 - color contains mainly: blue. Hex color #714EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714EA1 is #8EB15E. Grayscale: #616161. Windows color (decimal): -9351519 or 10571377. OLE color: 10571377.

HSL color Cylindrical-coordinate representation of color #714EA1: hue angle of 265.3º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #714EA1 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11378161-
CMYK0.300.5200.37
HSL265.3º34.73%46.86%-
HSV(B)265.3º51.55%63.14%-
XYZ15.9711.5335.1-
YUV97.93163.6138.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 161 (63.28% from 255) = 45.74%
R=32.10%
G=22.16%
B=45.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal113781610.300.5200.37265.334.7346.86
Hex714EA11E34025109232f
Octal16111624136640454114357
Binary1110001100111010100001111101101000100101100001001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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