#70519B

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

Shades of Studio #70519B

Tints of Studio #70519B

Color information

#70519B (or 0x70519B) is unknown color: approx Studio. HEX triplet: 70, 51 and 9B. RGB value is (112,81,155). Sum of RGB (Red+Green+Blue) = 112+81+155=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #70519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70519B is #8FAE64. Grayscale: #626262. Windows color (decimal): -9416293 or 10178928. OLE color: 10178928.

HSL color Cylindrical-coordinate representation of color #70519B: hue angle of 265.14º degrees, saturation: 0.31, 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 #70519B is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11281155-
CMYK0.280.4800.39
HSL265.14º31.36%46.27%-
HSV(B)265.14º47.74%60.78%-
XYZ15.5411.732.45-
YUV98.7159.77137.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=32.18%
G=23.28%
B=44.54%

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
Decimal112811550.280.4800.39265.1431.3646.27
Hex70519B1C300271091f2e
Octal16012123334600474113756
Binary111000010100011001101111100110000010011110000100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70519B; }

 p { color: rgb(112,81,155); }

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

<style>
 a { background-color: #70519B; }

 a { background-color: rgb(112,81,155); }

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

<style>
 span { border-color: #70519B; }

 span { border-color: rgb(112,81,155); }

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