Html Css Color HEX #70509B Studio

📋 copy color: '#70509B'

red 112 ◦ green 80 ◦ blue 155

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

Shades of Studio #70509B

Tints of Studio #70509B

RGB

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

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

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

R = 32.28%
G = 23.05%
B = 44.67%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70509B (or 0x70509B) is known color: Studio. HEX triplet: 70, 50 and 9B. RGB value is (112,80,155). Sum of RGB (Red+Green+Blue) = 112+80+155=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #70509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70509B is #8FAF64. Grayscale: #616161. Windows color (decimal): -9416549 or 10178672. OLE color: 10178672.

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

Color convert

RGB 112 80 155 -
CMYK 0.28 0.48 0 0.39
HSL 265.6º 0.32% 0.46% -
HSV(B) 265.6º 0.48% 0.61% -
XYZ 15.47 11.55 32.42 -
YUV 98.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 112 80 155 0.28 0.48 0 0.39 265.6 0.32 0.46
Hex 70 50 9B 1C 30 0 27 10A 20 2E
Octal 160 120 233 34 60 0 47 412 40 56
Binary 1110000 1010000 10011011 11100 110000 0 100111 100001010 100000 101110

Color Harmonies of #70509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70509B

Black with #70509B

Text Example


Text Example

White with #70509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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