Html Css Color HEX #795099 Studio

📋 copy color: '#795099'

red 121 ◦ green 80 ◦ blue 153

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

Shades of Studio #795099

Tints of Studio #795099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 34.18%
G = 22.6%
B = 43.22%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#795099 (or 0x795099) is known color: Studio. HEX triplet: 79, 50 and 99. RGB value is (121,80,153). Sum of RGB (Red+Green+Blue) = 121+80+153=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #795099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795099 is #86AF66. Grayscale: #646464. Windows color (decimal): -8826727 or 10047609. OLE color: 10047609.

HSL color Cylindrical-coordinate representation of color #795099: hue angle of 273.7º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #795099 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 80 153 -
CMYK 0.21 0.48 0 0.4
HSL 273.7º 0.31% 0.46% -
HSV(B) 273.7º 0.48% 0.6% -
XYZ 16.5 12.1 31.6 -
YUV 100.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 121 80 153 0.21 0.48 0 0.4 273.7 0.31 0.46
Hex 79 50 99 15 30 0 28 112 1F 2E
Octal 171 120 231 25 60 0 50 422 37 56
Binary 1111001 1010000 10011001 10101 110000 0 101000 100010010 11111 101110

Color Harmonies of #795099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795099

Black with #795099

Text Example


Text Example

White with #795099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795099; }

 p { color: rgb(121,80,153); }

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

background-color css

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

 a { background-color: rgb(121,80,153); }

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

border-color css

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

 span { border-color: rgb(121,80,153); }

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