#71499D

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

Shades of Studio #71499D

Tints of Studio #71499D

Color information

#71499D (or 0x71499D) is unknown color: approx Studio. HEX triplet: 71, 49 and 9D. RGB value is (113,73,157). Sum of RGB (Red+Green+Blue) = 113+73+157=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #71499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71499D is #8EB662. Grayscale: #5E5E5E. Windows color (decimal): -9352803 or 10307953. OLE color: 10307953.

HSL color Cylindrical-coordinate representation of color #71499D: hue angle of 268.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71499D is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11373157-
CMYK0.280.5400.38
HSL268.57º36.52%45.1%-
HSV(B)268.57º53.5%61.57%-
XYZ15.2810.7133.16-
YUV94.54163.25141.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=32.94%
G=21.28%
B=45.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113731570.280.5400.38268.5736.5245.1
Hex71499D1C3602610d252d
Octal16111123534660464154555
Binary1110001100100110011101111001101100100110100001101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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