Html Css Color HEX #70509F Studio

📋 copy color: '#70509F'

red 112 ◦ green 80 ◦ blue 159

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

Shades of Studio #70509F

Tints of Studio #70509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.3%

R = 31.91%
G = 22.79%
B = 45.3%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70509F (or 0x70509F) is known color: Studio. HEX triplet: 70, 50 and 9F. RGB value is (112,80,159). Sum of RGB (Red+Green+Blue) = 112+80+159=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #70509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70509F is #8FAF60. Grayscale: #626262. Windows color (decimal): -9416545 or 10440816. OLE color: 10440816.

HSL color Cylindrical-coordinate representation of color #70509F: hue angle of 264.3º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70509F is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 80 159 -
CMYK 0.30 0.50 0 0.38
HSL 264.3º 0.33% 0.47% -
HSV(B) 264.3º 0.5% 0.62% -
XYZ 15.81 11.69 34.22 -
YUV 98.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 112 80 159 0.30 0.50 0 0.38 264.3 0.33 0.47
Hex 70 50 9F 1E 32 0 26 108 21 2F
Octal 160 120 237 36 62 0 46 410 41 57
Binary 1110000 1010000 10011111 11110 110010 0 100110 100001000 100001 101111

Color Harmonies of #70509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70509F

Black with #70509F

Text Example


Text Example

White with #70509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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