#714FAC

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

Shades of Studio #714FAC

Tints of Studio #714FAC

Color information

#714FAC (or 0x714FAC) is unknown color: approx Studio. HEX triplet: 71, 4F and AC. RGB value is (113,79,172). Sum of RGB (Red+Green+Blue) = 113+79+172=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #714FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714FAC is #8EB053. Grayscale: #636363. Windows color (decimal): -9351252 or 11292529. OLE color: 11292529.

HSL color Cylindrical-coordinate representation of color #714FAC: hue angle of 261.94º 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 #714FAC is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11379172-
CMYK0.340.5400.33
HSL261.94º37.05%49.22%-
HSV(B)261.94º54.07%67.45%-
XYZ17.0512.0840.46-
YUV99.77168.76137.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 172 (67.58% from 255) = 47.25%
R=31.04%
G=21.70%
B=47.25%

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
Decimal113791720.340.5400.33261.9437.0549.22
Hex714FAC22360211062531
Octal16111725442660414064561
Binary11100011001111101011001000101101100100001100000110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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