Html Css Color HEX #791882 Purple

📋 copy color: '#791882'

red 121 ◦ green 24 ◦ blue 130

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

Shades of Purple #791882

Tints of Purple #791882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

 BLUE value IS 130 (51.17% from 255) = 47.27%

R = 44%
G = 8.73%
B = 47.27%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#791882 (or 0x791882) is known color: Purple. HEX triplet: 79, 18 and 82. RGB value is (121,24,130). Sum of RGB (Red+Green+Blue) = 121+24+130=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #791882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791882 is #86E77D. Grayscale: #404040. Windows color (decimal): -8841086 or 8525945. OLE color: 8525945.

HSL color Cylindrical-coordinate representation of color #791882: hue angle of 294.91º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #791882 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 24 130 -
CMYK 0.07 0.82 0 0.49
HSL 294.91º 0.69% 0.3% -
HSV(B) 294.91º 0.82% 0.51% -
XYZ 12.24 6.33 21.7 -
YUV 65.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 121 24 130 0.07 0.82 0 0.49 294.91 0.69 0.3
Hex 79 18 82 7 52 0 31 127 45 1E
Octal 171 30 202 7 122 0 61 447 105 36
Binary 1111001 11000 10000010 111 1010010 0 110001 100100111 1000101 11110

Color Harmonies of #791882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791882

Black with #791882

Text Example


Text Example

White with #791882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791882; }

 p { color: rgb(121,24,130); }

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

background-color css

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

 a { background-color: rgb(121,24,130); }

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

border-color css

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

 span { border-color: rgb(121,24,130); }

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