Html Css Color HEX #790482 Purple

📋 copy color: '#790482'

red 121 ◦ green 4 ◦ blue 130

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

Shades of Purple #790482

Tints of Purple #790482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 47.45%
G = 1.57%
B = 50.98%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#790482 (or 0x790482) is known color: Purple. HEX triplet: 79, 04 and 82. RGB value is (121,4,130). Sum of RGB (Red+Green+Blue) = 121+4+130=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #790482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790482 is #86FB7D. Grayscale: #343434. Windows color (decimal): -8846206 or 8520825. OLE color: 8520825.

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

Color convert

RGB 121 4 130 -
CMYK 0.07 0.97 0 0.49
HSL 295.71º 0.94% 0.26% -
HSV(B) 295.71º 0.97% 0.51% -
XYZ 11.96 5.76 21.6 -
YUV 53.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 121 4 130 0.07 0.97 0 0.49 295.71 0.94 0.26
Hex 79 4 82 7 61 0 31 128 5E 1A
Octal 171 4 202 7 141 0 61 450 136 32
Binary 1111001 100 10000010 111 1100001 0 110001 100101000 1011110 11010

Color Harmonies of #790482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790482

Black with #790482

Text Example


Text Example

White with #790482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790482; }

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

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

background-color css

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

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

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

border-color css

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

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

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