Html Css Color HEX #791989 Purple

📋 copy color: '#791989'

red 121 ◦ green 25 ◦ blue 137

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

Shades of Purple #791989

Tints of Purple #791989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

 BLUE value IS 137 (53.91% from 255) = 48.41%

R = 42.76%
G = 8.83%
B = 48.41%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#791989 (or 0x791989) is known color: Purple. HEX triplet: 79, 19 and 89. RGB value is (121,25,137). Sum of RGB (Red+Green+Blue) = 121+25+137=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #791989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791989 is #86E676. Grayscale: #424242. Windows color (decimal): -8840823 or 8984953. OLE color: 8984953.

HSL color Cylindrical-coordinate representation of color #791989: hue angle of 291.43º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #791989 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 25 137 -
CMYK 0.12 0.82 0 0.46
HSL 291.43º 0.69% 0.32% -
HSV(B) 291.43º 0.82% 0.54% -
XYZ 12.75 6.57 24.26 -
YUV 66.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 121 25 137 0.12 0.82 0 0.46 291.43 0.69 0.32
Hex 79 19 89 C 52 0 2E 123 45 20
Octal 171 31 211 14 122 0 56 443 105 40
Binary 1111001 11001 10001001 1100 1010010 0 101110 100100011 1000101 100000

Color Harmonies of #791989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791989

Black with #791989

Text Example


Text Example

White with #791989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791989; }

 p { color: rgb(121,25,137); }

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

background-color css

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

 a { background-color: rgb(121,25,137); }

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

border-color css

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

 span { border-color: rgb(121,25,137); }

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