Html Css Color HEX #790882 Purple

📋 copy color: '#790882'

red 121 ◦ green 8 ◦ blue 130

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

Shades of Purple #790882

Tints of Purple #790882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 46.72%
G = 3.09%
B = 50.19%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#790882 (or 0x790882) is known color: Purple. HEX triplet: 79, 08 and 82. RGB value is (121,8,130). Sum of RGB (Red+Green+Blue) = 121+8+130=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #790882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790882 is #86F77D. Grayscale: #373737. Windows color (decimal): -8845182 or 8521849. OLE color: 8521849.

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

Color convert

RGB 121 8 130 -
CMYK 0.07 0.94 0 0.49
HSL 295.57º 0.88% 0.27% -
HSV(B) 295.57º 0.94% 0.51% -
XYZ 12 5.85 21.62 -
YUV 55.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 121 8 130 0.07 0.94 0 0.49 295.57 0.88 0.27
Hex 79 8 82 7 5E 0 31 128 58 1B
Octal 171 10 202 7 136 0 61 450 130 33
Binary 1111001 1000 10000010 111 1011110 0 110001 100101000 1011000 11011

Color Harmonies of #790882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790882

Black with #790882

Text Example


Text Example

White with #790882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790882; }

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

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

background-color css

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

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

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

border-color css

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

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

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