Html Css Color HEX #791088 Purple

📋 copy color: '#791088'

red 121 ◦ green 16 ◦ blue 136

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

Shades of Purple #791088

Tints of Purple #791088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

 BLUE value IS 136 (53.52% from 255) = 49.82%

R = 44.32%
G = 5.86%
B = 49.82%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#791088 (or 0x791088) is known color: Purple. HEX triplet: 79, 10 and 88. RGB value is (121,16,136). Sum of RGB (Red+Green+Blue) = 121+16+136=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #791088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791088 is #86EF77. Grayscale: #3C3C3C. Windows color (decimal): -8843128 or 8917113. OLE color: 8917113.

HSL color Cylindrical-coordinate representation of color #791088: hue angle of 292.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791088 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 16 136 -
CMYK 0.11 0.88 0 0.47
HSL 292.5º 0.79% 0.3% -
HSV(B) 292.5º 0.88% 0.53% -
XYZ 12.51 6.21 23.83 -
YUV 61.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 121 16 136 0.11 0.88 0 0.47 292.5 0.79 0.3
Hex 79 10 88 B 58 0 2F 124 4F 1E
Octal 171 20 210 13 130 0 57 444 117 36
Binary 1111001 10000 10001000 1011 1011000 0 101111 100100100 1001111 11110

Color Harmonies of #791088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791088

Black with #791088

Text Example


Text Example

White with #791088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791088; }

 p { color: rgb(121,16,136); }

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

background-color css

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

 a { background-color: rgb(121,16,136); }

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

border-color css

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

 span { border-color: rgb(121,16,136); }

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