Html Css Color HEX #790584 Purple

📋 copy color: '#790584'

red 121 ◦ green 5 ◦ blue 132

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

Shades of Purple #790584

Tints of Purple #790584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

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

R = 46.9%
G = 1.94%
B = 51.16%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#790584 (or 0x790584) is known color: Purple. HEX triplet: 79, 05 and 84. RGB value is (121,5,132). Sum of RGB (Red+Green+Blue) = 121+5+132=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #790584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790584 is #86FA7B. Grayscale: #353535. Windows color (decimal): -8845948 or 8652153. OLE color: 8652153.

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

Color convert

RGB 121 5 132 -
CMYK 0.08 0.96 0 0.48
HSL 294.8º 0.93% 0.27% -
HSV(B) 294.8º 0.96% 0.52% -
XYZ 12.1 5.84 22.32 -
YUV 54.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 121 5 132 0.08 0.96 0 0.48 294.8 0.93 0.27
Hex 79 5 84 8 60 0 30 127 5D 1B
Octal 171 5 204 10 140 0 60 447 135 33
Binary 1111001 101 10000100 1000 1100000 0 110000 100100111 1011101 11011

Color Harmonies of #790584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790584

Black with #790584

Text Example


Text Example

White with #790584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790584; }

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

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

background-color css

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

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

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

border-color css

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

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

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