#714BAC

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

Shades of Studio #714BAC

Tints of Studio #714BAC

Color information

#714BAC (or 0x714BAC) is unknown color: approx Studio. HEX triplet: 71, 4B and AC. RGB value is (113,75,172). Sum of RGB (Red+Green+Blue) = 113+75+172=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #714BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714BAC is #8EB453. Grayscale: #616161. Windows color (decimal): -9352276 or 11291505. OLE color: 11291505.

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

Color convert

RGB11375172-
CMYK0.340.5600.33
HSL263.51º39.27%48.43%-
HSV(B)263.51º56.4%67.45%-
XYZ16.7711.5240.37-
YUV97.42170.09139.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=31.39%
G=20.83%
B=47.78%

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
Decimal113751720.340.5600.33263.5139.2748.43
Hex714BAC22380211082730
Octal16111325442700414104760
Binary11100011001011101011001000101110000100001100001000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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