Html Css Color HEX #70539B Studio

📋 copy color: '#70539B'

red 112 ◦ green 83 ◦ blue 155

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

Shades of Studio #70539B

Tints of Studio #70539B

RGB

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

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

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

R = 32%
G = 23.71%
B = 44.29%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70539B (or 0x70539B) is known color: Studio. HEX triplet: 70, 53 and 9B. RGB value is (112,83,155). Sum of RGB (Red+Green+Blue) = 112+83+155=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #70539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70539B is #8FAC64. Grayscale: #636363. Windows color (decimal): -9415781 or 10179440. OLE color: 10179440.

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

Color convert

RGB 112 83 155 -
CMYK 0.28 0.46 0 0.39
HSL 264.17º 0.3% 0.47% -
HSV(B) 264.17º 0.46% 0.61% -
XYZ 15.69 12 32.5 -
YUV 99.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 112 83 155 0.28 0.46 0 0.39 264.17 0.3 0.47
Hex 70 53 9B 1C 2E 0 27 108 1E 2F
Octal 160 123 233 34 56 0 47 410 36 57
Binary 1110000 1010011 10011011 11100 101110 0 100111 100001000 11110 101111

Color Harmonies of #70539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70539B

Black with #70539B

Text Example


Text Example

White with #70539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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