Html Css Color HEX #795399 Studio

📋 copy color: '#795399'

red 121 ◦ green 83 ◦ blue 153

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

Shades of Studio #795399

Tints of Studio #795399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

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

R = 33.89%
G = 23.25%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#795399 (or 0x795399) is known color: Studio. HEX triplet: 79, 53 and 99. RGB value is (121,83,153). Sum of RGB (Red+Green+Blue) = 121+83+153=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #795399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795399 is #86AC66. Grayscale: #666666. Windows color (decimal): -8825959 or 10048377. OLE color: 10048377.

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

Color convert

RGB 121 83 153 -
CMYK 0.21 0.46 0 0.4
HSL 272.57º 0.3% 0.46% -
HSV(B) 272.57º 0.46% 0.6% -
XYZ 16.73 12.55 31.68 -
YUV 102.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 121 83 153 0.21 0.46 0 0.4 272.57 0.3 0.46
Hex 79 53 99 15 2E 0 28 111 1E 2E
Octal 171 123 231 25 56 0 50 421 36 56
Binary 1111001 1010011 10011001 10101 101110 0 101000 100010001 11110 101110

Color Harmonies of #795399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795399

Black with #795399

Text Example


Text Example

White with #795399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795399; }

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

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

background-color css

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

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

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

border-color css

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

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

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