#714AB0

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

Shades of Studio #714AB0

Tints of Studio #714AB0

Color information

#714AB0 (or 0x714AB0) is unknown color: approx Studio. HEX triplet: 71, 4A and B0. RGB value is (113,74,176). Sum of RGB (Red+Green+Blue) = 113+74+176=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #714AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714AB0 is #8EB54F. Grayscale: #606060. Windows color (decimal): -9352528 or 11553393. OLE color: 11553393.

HSL color Cylindrical-coordinate representation of color #714AB0: hue angle of 262.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #714AB0 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11374176-
CMYK0.360.5800.31
HSL262.94º40.8%49.02%-
HSV(B)262.94º57.95%69.02%-
XYZ17.111.5442.4-
YUV97.29172.42139.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 176 (69.14% from 255) = 48.48%
R=31.13%
G=20.39%
B=48.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113741760.360.5800.31262.9440.849.02
Hex714AB0243A01F1072931
Octal16111226044720374075161
Binary1110001100101010110000100100111010011111100000111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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