Html Css Color HEX #790484 Purple

📋 copy color: '#790484'

red 121 ◦ green 4 ◦ blue 132

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

Shades of Purple #790484

Tints of Purple #790484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 47.08%
G = 1.56%
B = 51.36%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#790484 (or 0x790484) is known color: Purple. HEX triplet: 79, 04 and 84. RGB value is (121,4,132). Sum of RGB (Red+Green+Blue) = 121+4+132=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #790484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790484 is #86FB7B. Grayscale: #353535. Windows color (decimal): -8846204 or 8651897. OLE color: 8651897.

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

Color convert

RGB 121 4 132 -
CMYK 0.08 0.97 0 0.48
HSL 294.84º 0.94% 0.27% -
HSV(B) 294.84º 0.97% 0.52% -
XYZ 12.09 5.82 22.32 -
YUV 53.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 121 4 132 0.08 0.97 0 0.48 294.84 0.94 0.27
Hex 79 4 84 8 61 0 30 127 5E 1B
Octal 171 4 204 10 141 0 60 447 136 33
Binary 1111001 100 10000100 1000 1100001 0 110000 100100111 1011110 11011

Color Harmonies of #790484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790484

Black with #790484

Text Example


Text Example

White with #790484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790484; }

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

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

background-color css

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

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

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

border-color css

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

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

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