Html Css Color HEX #70559C Studio

📋 copy color: '#70559C'

red 112 ◦ green 85 ◦ blue 156

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

Shades of Studio #70559C

Tints of Studio #70559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 31.73%
G = 24.08%
B = 44.19%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70559C (or 0x70559C) is known color: Studio. HEX triplet: 70, 55 and 9C. RGB value is (112,85,156). Sum of RGB (Red+Green+Blue) = 112+85+156=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #70559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70559C is #8FAA63. Grayscale: #646464. Windows color (decimal): -9415268 or 10245488. OLE color: 10245488.

HSL color Cylindrical-coordinate representation of color #70559C: hue angle of 262.82º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70559C is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 85 156 -
CMYK 0.28 0.46 0 0.39
HSL 262.82º 0.29% 0.47% -
HSV(B) 262.82º 0.46% 0.61% -
XYZ 15.93 12.34 33 -
YUV 101.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 112 85 156 0.28 0.46 0 0.39 262.82 0.29 0.47
Hex 70 55 9C 1C 2E 0 27 107 1D 2F
Octal 160 125 234 34 56 0 47 407 35 57
Binary 1110000 1010101 10011100 11100 101110 0 100111 100000111 11101 101111

Color Harmonies of #70559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70559C

Black with #70559C

Text Example


Text Example

White with #70559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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