Html Css Color HEX #790782 Purple

📋 copy color: '#790782'

red 121 ◦ green 7 ◦ blue 130

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

Shades of Purple #790782

Tints of Purple #790782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

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

R = 46.9%
G = 2.71%
B = 50.39%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#790782 (or 0x790782) is known color: Purple. HEX triplet: 79, 07 and 82. RGB value is (121,7,130). Sum of RGB (Red+Green+Blue) = 121+7+130=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #790782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790782 is #86F87D. Grayscale: #363636. Windows color (decimal): -8845438 or 8521593. OLE color: 8521593.

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

Color convert

RGB 121 7 130 -
CMYK 0.07 0.95 0 0.49
HSL 295.61º 0.9% 0.27% -
HSV(B) 295.61º 0.95% 0.51% -
XYZ 11.99 5.83 21.61 -
YUV 55.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 121 7 130 0.07 0.95 0 0.49 295.61 0.9 0.27
Hex 79 7 82 7 5F 0 31 128 5A 1B
Octal 171 7 202 7 137 0 61 450 132 33
Binary 1111001 111 10000010 111 1011111 0 110001 100101000 1011010 11011

Color Harmonies of #790782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790782

Black with #790782

Text Example


Text Example

White with #790782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790782; }

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

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

background-color css

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

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

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

border-color css

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

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

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