Html Css Color HEX #790280 Purple

📋 copy color: '#790280'

red 121 ◦ green 2 ◦ blue 128

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

Shades of Purple #790280

Tints of Purple #790280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 128 (50.39% from 255) = 51%

R = 48.21%
G = 0.8%
B = 51%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#790280 (or 0x790280) is known color: Purple. HEX triplet: 79, 02 and 80. RGB value is (121,2,128). Sum of RGB (Red+Green+Blue) = 121+2+128=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #790280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790280 is #86FD7F. Grayscale: #333333. Windows color (decimal): -8846720 or 8389241. OLE color: 8389241.

HSL color Cylindrical-coordinate representation of color #790280: hue angle of 296.67º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790280 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 2 128 -
CMYK 0.05 0.98 0 0.50
HSL 296.67º 0.97% 0.25% -
HSV(B) 296.67º 0.98% 0.5% -
XYZ 11.8 5.67 20.89 -
YUV 51.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 121 2 128 0.05 0.98 0 0.50 296.67 0.97 0.25
Hex 79 2 80 5 62 0 32 129 61 19
Octal 171 2 200 5 142 0 62 451 141 31
Binary 1111001 10 10000000 101 1100010 0 110010 100101001 1100001 11001

Color Harmonies of #790280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790280

Black with #790280

Text Example


Text Example

White with #790280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790280; }

 p { color: rgb(121,2,128); }

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

background-color css

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

 a { background-color: rgb(121,2,128); }

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

border-color css

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

 span { border-color: rgb(121,2,128); }

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