Html Css Color HEX #790082 Purple

📋 copy color: '#790082'

red 121 ◦ green 0 ◦ blue 130

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

Shades of Purple #790082

Tints of Purple #790082

RGB

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

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

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

R = 48.21%
G = 0%
B = 51.79%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#790082 (or 0x790082) is known color: Purple. HEX triplet: 79, 00 and 82. RGB value is (121,0,130). Sum of RGB (Red+Green+Blue) = 121+0+130=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #790082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790082 is #86FF7D. Grayscale: #323232. Windows color (decimal): -8847230 or 8519801. OLE color: 8519801.

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

Color convert

RGB 121 0 130 -
CMYK 0.07 1 0 0.49
HSL 295.85º 1% 0.25% -
HSV(B) 295.85º 1% 0.51% -
XYZ 11.91 5.68 21.59 -
YUV 51 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 121 0 130 0.07 1 0 0.49 295.85 1 0.25
Hex 79 0 82 7 64 0 31 128 64 19
Octal 171 0 202 7 144 0 61 450 144 31
Binary 1111001 0 10000010 111 1100100 0 110001 100101000 1100100 11001

Color Harmonies of #790082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790082

Black with #790082

Text Example


Text Example

White with #790082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790082; }

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

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

background-color css

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

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

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

border-color css

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

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

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