#71499C

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

Shades of Studio #71499C

Tints of Studio #71499C

Color information

#71499C (or 0x71499C) is unknown color: approx Studio. HEX triplet: 71, 49 and 9C. RGB value is (113,73,156). Sum of RGB (Red+Green+Blue) = 113+73+156=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #71499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71499C is #8EB663. Grayscale: #5E5E5E. Windows color (decimal): -9352804 or 10242417. OLE color: 10242417.

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

Color convert

RGB11373156-
CMYK0.280.5300.39
HSL268.92º36.24%44.9%-
HSV(B)268.92º53.21%61.18%-
XYZ15.1910.6832.71-
YUV94.42162.75141.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=33.04%
G=21.35%
B=45.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113731560.280.5300.39268.9236.2444.9
Hex71499C1C3502710d242d
Octal16111123434650474154455
Binary1110001100100110011100111001101010100111100001101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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