#71499A

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

Shades of Studio #71499A

Tints of Studio #71499A

Color information

#71499A (or 0x71499A) is unknown color: approx Studio. HEX triplet: 71, 49 and 9A. RGB value is (113,73,154). Sum of RGB (Red+Green+Blue) = 113+73+154=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #71499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71499A is #8EB665. Grayscale: #5D5D5D. Windows color (decimal): -9352806 or 10111345. OLE color: 10111345.

HSL color Cylindrical-coordinate representation of color #71499A: hue angle of 269.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71499A is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11373154-
CMYK0.270.5300.40
HSL269.63º35.68%44.51%-
HSV(B)269.63º52.6%60.39%-
XYZ15.0310.6131.83-
YUV94.19161.75141.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=33.24%
G=21.47%
B=45.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113731540.270.5300.40269.6335.6844.51
Hex71499A1B3502810e242d
Octal16111123233650504164455
Binary1110001100100110011010110111101010101000100001110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71499A; }

 p { color: rgb(113,73,154); }

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

<style>
 a { background-color: #71499A; }

 a { background-color: rgb(113,73,154); }

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

<style>
 span { border-color: #71499A; }

 span { border-color: rgb(113,73,154); }

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