#71519E

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

Shades of Studio #71519E

Tints of Studio #71519E

Color information

#71519E (or 0x71519E) is unknown color: approx Studio. HEX triplet: 71, 51 and 9E. RGB value is (113,81,158). Sum of RGB (Red+Green+Blue) = 113+81+158=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #71519E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71519E is #8EAE61. Grayscale: #636363. Windows color (decimal): -9350754 or 10375537. OLE color: 10375537.

HSL color Cylindrical-coordinate representation of color #71519E: hue angle of 264.94º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71519E is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11381158-
CMYK0.280.4900.38
HSL264.94º32.22%46.86%-
HSV(B)264.94º48.73%61.96%-
XYZ15.9211.8633.8-
YUV99.35161.1137.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=32.10%
G=23.01%
B=44.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113811580.280.4900.38264.9432.2246.86
Hex71519E1C31026109202f
Octal16112123634610464114057
Binary1110001101000110011110111001100010100110100001001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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