Html Css Color HEX #79589B Studio

📋 copy color: '#79589B'

red 121 ◦ green 88 ◦ blue 155

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

Shades of Studio #79589B

Tints of Studio #79589B

RGB

 RED value IS 121 (47.66% from 255) = 33.24%

 GREEN value IS 88 (34.77% from 255) = 24.18%

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

R = 33.24%
G = 24.18%
B = 42.58%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#79589B (or 0x79589B) is known color: Studio. HEX triplet: 79, 58 and 9B. RGB value is (121,88,155). Sum of RGB (Red+Green+Blue) = 121+88+155=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #79589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79589B is #86A764. Grayscale: #696969. Windows color (decimal): -8824677 or 10180729. OLE color: 10180729.

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

Color convert

RGB 121 88 155 -
CMYK 0.22 0.43 0 0.39
HSL 269.55º 0.28% 0.48% -
HSV(B) 269.55º 0.43% 0.61% -
XYZ 17.29 13.41 32.69 -
YUV 105.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 121 88 155 0.22 0.43 0 0.39 269.55 0.28 0.48
Hex 79 58 9B 16 2B 0 27 10E 1C 30
Octal 171 130 233 26 53 0 47 416 34 60
Binary 1111001 1011000 10011011 10110 101011 0 100111 100001110 11100 110000

Color Harmonies of #79589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79589B

Black with #79589B

Text Example


Text Example

White with #79589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,88,155); }

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

background-color css

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

 a { background-color: rgb(121,88,155); }

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

border-color css

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

 span { border-color: rgb(121,88,155); }

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