Html Css Color HEX #79449A Studio

📋 copy color: '#79449A'

red 121 ◦ green 68 ◦ blue 154

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

Shades of Studio #79449A

Tints of Studio #79449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.83%

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 35.28%
G = 19.83%
B = 44.9%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#79449A (or 0x79449A) is known color: Studio. HEX triplet: 79, 44 and 9A. RGB value is (121,68,154). Sum of RGB (Red+Green+Blue) = 121+68+154=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #79449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79449A is #86BB65. Grayscale: #5D5D5D. Windows color (decimal): -8829798 or 10110073. OLE color: 10110073.

HSL color Cylindrical-coordinate representation of color #79449A: hue angle of 276.98º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #79449A is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 68 154 -
CMYK 0.21 0.56 0 0.40
HSL 276.98º 0.39% 0.44% -
HSV(B) 276.98º 0.56% 0.6% -
XYZ 15.79 10.53 31.77 -
YUV 93.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 121 68 154 0.21 0.56 0 0.40 276.98 0.39 0.44
Hex 79 44 9A 15 38 0 28 115 27 2C
Octal 171 104 232 25 70 0 50 425 47 54
Binary 1111001 1000100 10011010 10101 111000 0 101000 100010101 100111 101100

Color Harmonies of #79449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79449A

Black with #79449A

Text Example


Text Example

White with #79449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79449A; }

 p { color: rgb(121,68,154); }

 H1.HeaderClassName
 {
   color: #79449A;
 }
 .AnyTagClassName
 {
   color: #79449A;
 }
</style>

background-color css

<style>
 a { background-color: #79449A; }

 a { background-color: rgb(121,68,154); }

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

border-color css

<style>
 span { border-color: #79449A; }

 span { border-color: rgb(121,68,154); }

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