#71519C

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

Shades of Studio #71519C

Tints of Studio #71519C

Color information

#71519C (or 0x71519C) is unknown color: approx Studio. HEX triplet: 71, 51 and 9C. RGB value is (113,81,156). Sum of RGB (Red+Green+Blue) = 113+81+156=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #71519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71519C is #8EAE63. Grayscale: #626262. Windows color (decimal): -9350756 or 10244465. OLE color: 10244465.

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

Color convert

RGB11381156-
CMYK0.280.4800.39
HSL265.6º31.65%46.47%-
HSV(B)265.6º48.08%61.18%-
XYZ15.7511.832.9-
YUV99.12160.1137.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=32.29%
G=23.14%
B=44.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113811560.280.4800.39265.631.6546.47
Hex71519C1C3002710a202e
Octal16112123434600474124056
Binary1110001101000110011100111001100000100111100001010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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