Html Css Color HEX #790084 Purple

📋 copy color: '#790084'

red 121 ◦ green 0 ◦ blue 132

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

Shades of Purple #790084

Tints of Purple #790084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.83%
G = 0%
B = 52.17%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#790084 (or 0x790084) is known color: Purple. HEX triplet: 79, 00 and 84. RGB value is (121,0,132). Sum of RGB (Red+Green+Blue) = 121+0+132=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #790084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790084 is #86FF7B. Grayscale: #323232. Windows color (decimal): -8847228 or 8650873. OLE color: 8650873.

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

Color convert

RGB 121 0 132 -
CMYK 0.08 1 0 0.48
HSL 295º 1% 0.26% -
HSV(B) 295º 1% 0.52% -
XYZ 12.05 5.73 22.3 -
YUV 51.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 121 0 132 0.08 1 0 0.48 295 1 0.26
Hex 79 0 84 8 64 0 30 127 64 1A
Octal 171 0 204 10 144 0 60 447 144 32
Binary 1111001 0 10000100 1000 1100100 0 110000 100100111 1100100 11010

Color Harmonies of #790084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790084

Black with #790084

Text Example


Text Example

White with #790084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790084; }

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

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

background-color css

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

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

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

border-color css

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

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

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