#714CAB

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

Shades of Studio #714CAB

Tints of Studio #714CAB

Color information

#714CAB (or 0x714CAB) is unknown color: approx Studio. HEX triplet: 71, 4C and AB. RGB value is (113,76,171). Sum of RGB (Red+Green+Blue) = 113+76+171=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #714CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714CAB is #8EB354. Grayscale: #616161. Windows color (decimal): -9352021 or 11226225. OLE color: 11226225.

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

Color convert

RGB11376171-
CMYK0.340.5600.33
HSL263.37º38.46%48.43%-
HSV(B)263.37º55.56%67.06%-
XYZ16.7511.6239.89-
YUV97.89169.26138.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 76 (30.08% from 255) = 21.11%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=31.39%
G=21.11%
B=47.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113761710.340.5600.33263.3738.4648.43
Hex714CAB22380211072630
Octal16111425342700414074660
Binary11100011001100101010111000101110000100001100000111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,76,171); }

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

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

 a { background-color: rgb(113,76,171); }

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

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

 span { border-color: rgb(113,76,171); }

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