Html Css Color HEX #79158D Purple

📋 copy color: '#79158D'

red 121 ◦ green 21 ◦ blue 141

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

Shades of Purple #79158D

Tints of Purple #79158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 141 (55.47% from 255) = 49.82%

R = 42.76%
G = 7.42%
B = 49.82%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79158D (or 0x79158D) is known color: Purple. HEX triplet: 79, 15 and 8D. RGB value is (121,21,141). Sum of RGB (Red+Green+Blue) = 121+21+141=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #79158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79158D is #86EA72. Grayscale: #404040. Windows color (decimal): -8841843 or 9246073. OLE color: 9246073.

HSL color Cylindrical-coordinate representation of color #79158D: hue angle of 290º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79158D is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 21 141 -
CMYK 0.14 0.85 0 0.45
HSL 290º 0.74% 0.32% -
HSV(B) 290º 0.85% 0.55% -
XYZ 12.96 6.52 25.78 -
YUV 64.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 121 21 141 0.14 0.85 0 0.45 290 0.74 0.32
Hex 79 15 8D E 55 0 2D 122 4A 20
Octal 171 25 215 16 125 0 55 442 112 40
Binary 1111001 10101 10001101 1110 1010101 0 101101 100100010 1001010 100000

Color Harmonies of #79158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79158D

Black with #79158D

Text Example


Text Example

White with #79158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79158D; }

 p { color: rgb(121,21,141); }

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

background-color css

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

 a { background-color: rgb(121,21,141); }

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

border-color css

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

 span { border-color: rgb(121,21,141); }

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