Html Css Color HEX #790380 Purple

📋 copy color: '#790380'

red 121 ◦ green 3 ◦ blue 128

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

Shades of Purple #790380

Tints of Purple #790380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 48.02%
G = 1.19%
B = 50.79%

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

#790380 (or 0x790380) is known color: Purple. HEX triplet: 79, 03 and 80. RGB value is (121,3,128). Sum of RGB (Red+Green+Blue) = 121+3+128=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #790380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790380 is #86FC7F. Grayscale: #343434. Windows color (decimal): -8846464 or 8389497. OLE color: 8389497.

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

Color convert

RGB 121 3 128 -
CMYK 0.05 0.98 0 0.50
HSL 296.64º 0.95% 0.26% -
HSV(B) 296.64º 0.98% 0.5% -
XYZ 11.81 5.69 20.9 -
YUV 52.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 121 3 128 0.05 0.98 0 0.50 296.64 0.95 0.26
Hex 79 3 80 5 62 0 32 129 5F 1A
Octal 171 3 200 5 142 0 62 451 137 32
Binary 1111001 11 10000000 101 1100010 0 110010 100101001 1011111 11010

Color Harmonies of #790380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790380

Black with #790380

Text Example


Text Example

White with #790380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790380; }

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

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

background-color css

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

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

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

border-color css

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

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

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