Html Css Color HEX #70509D Studio

📋 copy color: '#70509D'

red 112 ◦ green 80 ◦ blue 157

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

Shades of Studio #70509D

Tints of Studio #70509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.92%

 BLUE value IS 157 (61.72% from 255) = 44.99%

R = 32.09%
G = 22.92%
B = 44.99%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70509D (or 0x70509D) is known color: Studio. HEX triplet: 70, 50 and 9D. RGB value is (112,80,157). Sum of RGB (Red+Green+Blue) = 112+80+157=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #70509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70509D is #8FAF62. Grayscale: #626262. Windows color (decimal): -9416547 or 10309744. OLE color: 10309744.

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

Color convert

RGB 112 80 157 -
CMYK 0.29 0.49 0 0.38
HSL 264.94º 0.32% 0.46% -
HSV(B) 264.94º 0.49% 0.62% -
XYZ 15.64 11.62 33.32 -
YUV 98.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 112 80 157 0.29 0.49 0 0.38 264.94 0.32 0.46
Hex 70 50 9D 1D 31 0 26 109 20 2E
Octal 160 120 235 35 61 0 46 411 40 56
Binary 1110000 1010000 10011101 11101 110001 0 100110 100001001 100000 101110

Color Harmonies of #70509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70509D

Black with #70509D

Text Example


Text Example

White with #70509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70509D;
 }
 .AnyTagClassName
 {
   color: #70509D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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