#70509A

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

Shades of Studio #70509A

Tints of Studio #70509A

Color information

#70509A (or 0x70509A) is unknown color: approx Studio. HEX triplet: 70, 50 and 9A. RGB value is (112,80,154). Sum of RGB (Red+Green+Blue) = 112+80+154=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #70509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70509A is #8FAF65. Grayscale: #616161. Windows color (decimal): -9416550 or 10113136. OLE color: 10113136.

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

Color convert

RGB11280154-
CMYK0.270.4800.40
HSL265.95º31.62%45.88%-
HSV(B)265.95º48.05%60.39%-
XYZ15.3811.5231.98-
YUV98159.6137.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 154 (60.55% from 255) = 44.51%
R=32.37%
G=23.12%
B=44.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112801540.270.4800.40265.9531.6245.88
Hex70509A1B3002810a202e
Octal16012023233600504124056
Binary1110000101000010011010110111100000101000100001010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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