#714AAB

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

Shades of Studio #714AAB

Tints of Studio #714AAB

Color information

#714AAB (or 0x714AAB) is unknown color: approx Studio. HEX triplet: 71, 4A and AB. RGB value is (113,74,171). Sum of RGB (Red+Green+Blue) = 113+74+171=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #714AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714AAB is #8EB554. Grayscale: #606060. Windows color (decimal): -9352533 or 11225713. OLE color: 11225713.

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

Color convert

RGB11374171-
CMYK0.340.5700.33
HSL264.12º39.59%48.04%-
HSV(B)264.12º56.73%67.06%-
XYZ16.6111.3539.84-
YUV96.72169.92139.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 74 (29.30% from 255) = 20.67%
BLUE value IS 171 (67.19% from 255) = 47.77%
R=31.56%
G=20.67%
B=47.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113741710.340.5700.33264.1239.5948.04
Hex714AAB22390211082830
Octal16111225342710414105060
Binary11100011001010101010111000101110010100001100001000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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