Html Css Color HEX #70539D Studio

📋 copy color: '#70539D'

red 112 ◦ green 83 ◦ blue 157

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

Shades of Studio #70539D

Tints of Studio #70539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

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

R = 31.82%
G = 23.58%
B = 44.6%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70539D (or 0x70539D) is known color: Studio. HEX triplet: 70, 53 and 9D. RGB value is (112,83,157). Sum of RGB (Red+Green+Blue) = 112+83+157=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #70539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70539D is #8FAC62. Grayscale: #636363. Windows color (decimal): -9415779 or 10310512. OLE color: 10310512.

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

Color convert

RGB 112 83 157 -
CMYK 0.29 0.47 0 0.38
HSL 263.51º 0.31% 0.47% -
HSV(B) 263.51º 0.47% 0.62% -
XYZ 15.86 12.07 33.39 -
YUV 100.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 112 83 157 0.29 0.47 0 0.38 263.51 0.31 0.47
Hex 70 53 9D 1D 2F 0 26 108 1F 2F
Octal 160 123 235 35 57 0 46 410 37 57
Binary 1110000 1010011 10011101 11101 101111 0 100110 100001000 11111 101111

Color Harmonies of #70539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70539D

Black with #70539D

Text Example


Text Example

White with #70539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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