Html Css Color HEX #790291 Purple

📋 copy color: '#790291'

red 121 ◦ green 2 ◦ blue 145

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

Shades of Purple #790291

Tints of Purple #790291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 45.15%
G = 0.75%
B = 54.1%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#790291 (or 0x790291) is known color: Purple. HEX triplet: 79, 02 and 91. RGB value is (121,2,145). Sum of RGB (Red+Green+Blue) = 121+2+145=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #790291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790291 is #86FD6E. Grayscale: #353535. Windows color (decimal): -8846703 or 9503353. OLE color: 9503353.

HSL color Cylindrical-coordinate representation of color #790291: hue angle of 289.93º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790291 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 2 145 -
CMYK 0.17 0.99 0 0.43
HSL 289.93º 0.97% 0.29% -
HSV(B) 289.93º 0.99% 0.57% -
XYZ 13.02 6.15 27.29 -
YUV 53.88 179.42 175.87 -
System Red Green Blue C M Y K H S L
Decimal 121 2 145 0.17 0.99 0 0.43 289.93 0.97 0.29
Hex 79 2 91 11 63 0 2B 122 61 1D
Octal 171 2 221 21 143 0 53 442 141 35
Binary 1111001 10 10010001 10001 1100011 0 101011 100100010 1100001 11101

Color Harmonies of #790291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790291

Black with #790291

Text Example


Text Example

White with #790291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790291; }

 p { color: rgb(121,2,145); }

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

background-color css

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

 a { background-color: rgb(121,2,145); }

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

border-color css

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

 span { border-color: rgb(121,2,145); }

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