Html Css Color HEX #70559E Studio

📋 copy color: '#70559E'

red 112 ◦ green 85 ◦ blue 158

#70559E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #70559E

Tints of Studio #70559E

RGB

 RED value IS 112 (44.14% from 255) = 31.55%

 GREEN value IS 85 (33.59% from 255) = 23.94%

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 31.55%
G = 23.94%
B = 44.51%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70559E (or 0x70559E) is known color: Studio. HEX triplet: 70, 55 and 9E. RGB value is (112,85,158). Sum of RGB (Red+Green+Blue) = 112+85+158=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #70559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70559E is #8FAA61. Grayscale: #656565. Windows color (decimal): -9415266 or 10376560. OLE color: 10376560.

HSL color Cylindrical-coordinate representation of color #70559E: hue angle of 262.19º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70559E is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 85 158 -
CMYK 0.29 0.46 0 0.38
HSL 262.19º 0.3% 0.48% -
HSV(B) 262.19º 0.46% 0.62% -
XYZ 16.1 12.41 33.89 -
YUV 101.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 112 85 158 0.29 0.46 0 0.38 262.19 0.3 0.48
Hex 70 55 9E 1D 2E 0 26 106 1E 30
Octal 160 125 236 35 56 0 46 406 36 60
Binary 1110000 1010101 10011110 11101 101110 0 100110 100000110 11110 110000

Color Harmonies of #70559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70559E

Black with #70559E

Text Example


Text Example

White with #70559E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,85,158); }

 H1.HeaderClassName
 {
   color: #70559E;
 }
 .AnyTagClassName
 {
   color: #70559E;
 }
</style>

background-color css

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

 a { background-color: rgb(112,85,158); }

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

border-color css

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

 span { border-color: rgb(112,85,158); }

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