Html Css Color HEX #791484 Purple

📋 copy color: '#791484'

red 121 ◦ green 20 ◦ blue 132

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

Shades of Purple #791484

Tints of Purple #791484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

 BLUE value IS 132 (51.95% from 255) = 48.35%

R = 44.32%
G = 7.33%
B = 48.35%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#791484 (or 0x791484) is known color: Purple. HEX triplet: 79, 14 and 84. RGB value is (121,20,132). Sum of RGB (Red+Green+Blue) = 121+20+132=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #791484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791484 is #86EB7B. Grayscale: #3E3E3E. Windows color (decimal): -8842108 or 8655993. OLE color: 8655993.

HSL color Cylindrical-coordinate representation of color #791484: hue angle of 294.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791484 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 20 132 -
CMYK 0.08 0.85 0 0.48
HSL 294.11º 0.74% 0.3% -
HSV(B) 294.11º 0.85% 0.52% -
XYZ 12.3 6.23 22.38 -
YUV 62.97 166.96 169.39 -
System Red Green Blue C M Y K H S L
Decimal 121 20 132 0.08 0.85 0 0.48 294.11 0.74 0.3
Hex 79 14 84 8 55 0 30 126 4A 1E
Octal 171 24 204 10 125 0 60 446 112 36
Binary 1111001 10100 10000100 1000 1010101 0 110000 100100110 1001010 11110

Color Harmonies of #791484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791484

Black with #791484

Text Example


Text Example

White with #791484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791484; }

 p { color: rgb(121,20,132); }

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

background-color css

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

 a { background-color: rgb(121,20,132); }

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

border-color css

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

 span { border-color: rgb(121,20,132); }

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