Html Css Color HEX #70519F Studio

📋 copy color: '#70519F'

red 112 ◦ green 81 ◦ blue 159

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

Shades of Studio #70519F

Tints of Studio #70519F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.01%

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

R = 31.82%
G = 23.01%
B = 45.17%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70519F (or 0x70519F) is known color: Studio. HEX triplet: 70, 51 and 9F. RGB value is (112,81,159). Sum of RGB (Red+Green+Blue) = 112+81+159=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #70519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70519F is #8FAE60. Grayscale: #626262. Windows color (decimal): -9416289 or 10441072. OLE color: 10441072.

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

Color convert

RGB 112 81 159 -
CMYK 0.30 0.49 0 0.38
HSL 263.85º 0.33% 0.47% -
HSV(B) 263.85º 0.49% 0.62% -
XYZ 15.88 11.83 34.25 -
YUV 99.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 112 81 159 0.30 0.49 0 0.38 263.85 0.33 0.47
Hex 70 51 9F 1E 31 0 26 108 20 2F
Octal 160 121 237 36 61 0 46 410 40 57
Binary 1110000 1010001 10011111 11110 110001 0 100110 100001000 100000 101111

Color Harmonies of #70519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70519F

Black with #70519F

Text Example


Text Example

White with #70519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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