#714FAA

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

Shades of Studio #714FAA

Tints of Studio #714FAA

Color information

#714FAA (or 0x714FAA) is unknown color: approx Studio. HEX triplet: 71, 4F and AA. RGB value is (113,79,170). Sum of RGB (Red+Green+Blue) = 113+79+170=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #714FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714FAA is #8EB055. Grayscale: #636363. Windows color (decimal): -9351254 or 11161457. OLE color: 11161457.

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

Color convert

RGB11379170-
CMYK0.340.5400.33
HSL262.42º36.55%48.82%-
HSV(B)262.42º53.53%66.67%-
XYZ16.861239.46-
YUV99.54167.76137.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=31.22%
G=21.82%
B=46.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113791700.340.5400.33262.4236.5548.82
Hex714FAA22360211062531
Octal16111725242660414064561
Binary11100011001111101010101000101101100100001100000110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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