Html Css Color HEX #795596 Studio

📋 copy color: '#795596'

red 121 ◦ green 85 ◦ blue 150

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

Shades of Studio #795596

Tints of Studio #795596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.88%

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 33.99%
G = 23.88%
B = 42.13%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#795596 (or 0x795596) is known color: Studio. HEX triplet: 79, 55 and 96. RGB value is (121,85,150). Sum of RGB (Red+Green+Blue) = 121+85+150=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #795596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795596 is #86AA69. Grayscale: #666666. Windows color (decimal): -8825450 or 9852281. OLE color: 9852281.

HSL color Cylindrical-coordinate representation of color #795596: hue angle of 273.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #795596 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 85 150 -
CMYK 0.19 0.43 0 0.41
HSL 273.23º 0.28% 0.46% -
HSV(B) 273.23º 0.43% 0.59% -
XYZ 16.64 12.76 30.44 -
YUV 103.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 121 85 150 0.19 0.43 0 0.41 273.23 0.28 0.46
Hex 79 55 96 13 2B 0 29 111 1C 2E
Octal 171 125 226 23 53 0 51 421 34 56
Binary 1111001 1010101 10010110 10011 101011 0 101001 100010001 11100 101110

Color Harmonies of #795596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795596

Black with #795596

Text Example


Text Example

White with #795596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795596; }

 p { color: rgb(121,85,150); }

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

background-color css

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

 a { background-color: rgb(121,85,150); }

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

border-color css

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

 span { border-color: rgb(121,85,150); }

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