Html Css Color HEX #70489B Studio

📋 copy color: '#70489B'

red 112 ◦ green 72 ◦ blue 155

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

Shades of Studio #70489B

Tints of Studio #70489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 33.04%
G = 21.24%
B = 45.72%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70489B (or 0x70489B) is known color: Studio. HEX triplet: 70, 48 and 9B. RGB value is (112,72,155). Sum of RGB (Red+Green+Blue) = 112+72+155=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #70489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70489B is #8FB764. Grayscale: #5D5D5D. Windows color (decimal): -9418597 or 10176624. OLE color: 10176624.

HSL color Cylindrical-coordinate representation of color #70489B: hue angle of 268.92º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70489B is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 72 155 -
CMYK 0.28 0.54 0 0.39
HSL 268.92º 0.37% 0.45% -
HSV(B) 268.92º 0.54% 0.61% -
XYZ 14.92 10.45 32.24 -
YUV 93.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 112 72 155 0.28 0.54 0 0.39 268.92 0.37 0.45
Hex 70 48 9B 1C 36 0 27 10D 25 2D
Octal 160 110 233 34 66 0 47 415 45 55
Binary 1110000 1001000 10011011 11100 110110 0 100111 100001101 100101 101101

Color Harmonies of #70489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70489B

Black with #70489B

Text Example


Text Example

White with #70489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70489B;
 }
 .AnyTagClassName
 {
   color: #70489B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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