Html Css Color HEX #79519F Studio

📋 copy color: '#79519F'

red 121 ◦ green 81 ◦ blue 159

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

Shades of Studio #79519F

Tints of Studio #79519F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

 BLUE value IS 159 (62.5% from 255) = 44.04%

R = 33.52%
G = 22.44%
B = 44.04%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79519F (or 0x79519F) is known color: Studio. HEX triplet: 79, 51 and 9F. RGB value is (121,81,159). Sum of RGB (Red+Green+Blue) = 121+81+159=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #79519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79519F is #86AE60. Grayscale: #656565. Windows color (decimal): -8826465 or 10441081. OLE color: 10441081.

HSL color Cylindrical-coordinate representation of color #79519F: hue angle of 270.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79519F is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 81 159 -
CMYK 0.24 0.49 0 0.38
HSL 270.77º 0.33% 0.47% -
HSV(B) 270.77º 0.49% 0.62% -
XYZ 17.09 12.45 34.3 -
YUV 101.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 121 81 159 0.24 0.49 0 0.38 270.77 0.33 0.47
Hex 79 51 9F 18 31 0 26 10F 20 2F
Octal 171 121 237 30 61 0 46 417 40 57
Binary 1111001 1010001 10011111 11000 110001 0 100110 100001111 100000 101111

Color Harmonies of #79519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79519F

Black with #79519F

Text Example


Text Example

White with #79519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79519F; }

 p { color: rgb(121,81,159); }

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

background-color css

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

 a { background-color: rgb(121,81,159); }

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

border-color css

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

 span { border-color: rgb(121,81,159); }

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