#70519A

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

Shades of Studio #70519A

Tints of Studio #70519A

Color information

#70519A (or 0x70519A) is unknown color: approx Studio. HEX triplet: 70, 51 and 9A. RGB value is (112,81,154). Sum of RGB (Red+Green+Blue) = 112+81+154=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #70519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70519A is #8FAE65. Grayscale: #626262. Windows color (decimal): -9416294 or 10113392. OLE color: 10113392.

HSL color Cylindrical-coordinate representation of color #70519A: hue angle of 265.48º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70519A is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11281154-
CMYK0.270.4700.40
HSL265.48º31.06%46.08%-
HSV(B)265.48º47.4%60.39%-
XYZ15.4611.6632.01-
YUV98.59159.27137.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=32.28%
G=23.34%
B=44.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112811540.270.4700.40265.4831.0646.08
Hex70519A1B2F0281091f2e
Octal16012123233570504113756
Binary111000010100011001101011011101111010100010000100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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