Html Css Color HEX #790582 Purple

📋 copy color: '#790582'

red 121 ◦ green 5 ◦ blue 130

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

Shades of Purple #790582

Tints of Purple #790582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 47.27%
G = 1.95%
B = 50.78%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#790582 (or 0x790582) is known color: Purple. HEX triplet: 79, 05 and 82. RGB value is (121,5,130). Sum of RGB (Red+Green+Blue) = 121+5+130=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #790582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790582 is #86FA7D. Grayscale: #353535. Windows color (decimal): -8845950 or 8521081. OLE color: 8521081.

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

Color convert

RGB 121 5 130 -
CMYK 0.07 0.96 0 0.49
HSL 295.68º 0.93% 0.26% -
HSV(B) 295.68º 0.96% 0.51% -
XYZ 11.97 5.79 21.6 -
YUV 53.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 121 5 130 0.07 0.96 0 0.49 295.68 0.93 0.26
Hex 79 5 82 7 60 0 31 128 5D 1A
Octal 171 5 202 7 140 0 61 450 135 32
Binary 1111001 101 10000010 111 1100000 0 110001 100101000 1011101 11010

Color Harmonies of #790582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790582

Black with #790582

Text Example


Text Example

White with #790582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790582; }

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

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

background-color css

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

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

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

border-color css

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

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

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