Html Css Color HEX #70529B Studio

📋 copy color: '#70529B'

red 112 ◦ green 82 ◦ blue 155

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

Shades of Studio #70529B

Tints of Studio #70529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

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

R = 32.09%
G = 23.5%
B = 44.41%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70529B (or 0x70529B) is known color: Studio. HEX triplet: 70, 52 and 9B. RGB value is (112,82,155). Sum of RGB (Red+Green+Blue) = 112+82+155=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #70529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70529B is #8FAD64. Grayscale: #636363. Windows color (decimal): -9416037 or 10179184. OLE color: 10179184.

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

Color convert

RGB 112 82 155 -
CMYK 0.28 0.47 0 0.39
HSL 264.66º 0.31% 0.46% -
HSV(B) 264.66º 0.47% 0.61% -
XYZ 15.62 11.85 32.47 -
YUV 99.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 112 82 155 0.28 0.47 0 0.39 264.66 0.31 0.46
Hex 70 52 9B 1C 2F 0 27 109 1F 2E
Octal 160 122 233 34 57 0 47 411 37 56
Binary 1110000 1010010 10011011 11100 101111 0 100111 100001001 11111 101110

Color Harmonies of #70529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70529B

Black with #70529B

Text Example


Text Example

White with #70529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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