Html Css Color HEX #790790 Purple

📋 copy color: '#790790'

red 121 ◦ green 7 ◦ blue 144

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

Shades of Purple #790790

Tints of Purple #790790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 44.49%
G = 2.57%
B = 52.94%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#790790 (or 0x790790) is known color: Purple. HEX triplet: 79, 07 and 90. RGB value is (121,7,144). Sum of RGB (Red+Green+Blue) = 121+7+144=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #790790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790790 is #86F86F. Grayscale: #383838. Windows color (decimal): -8845424 or 9439097. OLE color: 9439097.

HSL color Cylindrical-coordinate representation of color #790790: hue angle of 289.93º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790790 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 7 144 -
CMYK 0.16 0.95 0 0.44
HSL 289.93º 0.91% 0.3% -
HSV(B) 289.93º 0.95% 0.56% -
XYZ 13 6.23 26.9 -
YUV 56.7 177.27 173.86 -
System Red Green Blue C M Y K H S L
Decimal 121 7 144 0.16 0.95 0 0.44 289.93 0.91 0.3
Hex 79 7 90 10 5F 0 2C 122 5B 1E
Octal 171 7 220 20 137 0 54 442 133 36
Binary 1111001 111 10010000 10000 1011111 0 101100 100100010 1011011 11110

Color Harmonies of #790790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790790

Black with #790790

Text Example


Text Example

White with #790790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790790; }

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

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

background-color css

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

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

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

border-color css

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

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

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