#714BAA

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

Shades of Studio #714BAA

Tints of Studio #714BAA

Color information

#714BAA (or 0x714BAA) is unknown color: approx Studio. HEX triplet: 71, 4B and AA. RGB value is (113,75,170). Sum of RGB (Red+Green+Blue) = 113+75+170=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #714BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714BAA is #8EB455. Grayscale: #606060. Windows color (decimal): -9352278 or 11160433. OLE color: 11160433.

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

Color convert

RGB11375170-
CMYK0.340.5600.33
HSL264º38.78%48.04%-
HSV(B)264º55.88%66.67%-
XYZ16.5811.4539.37-
YUV97.19169.09139.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=31.56%
G=20.95%
B=47.49%

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
Decimal113751700.340.5600.3326438.7848.04
Hex714BAA22380211082730
Octal16111325242700414104760
Binary11100011001011101010101000101110000100001100001000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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