Html Css Color HEX #790169 Purple

📋 copy color: '#790169'

red 121 ◦ green 1 ◦ blue 105

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

Shades of Purple #790169

Tints of Purple #790169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 105 (41.41% from 255) = 46.26%

R = 53.3%
G = 0.44%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#790169 (or 0x790169) is known color: Purple. HEX triplet: 79, 01 and 69. RGB value is (121,1,105). Sum of RGB (Red+Green+Blue) = 121+1+105=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #790169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790169 is #86FE96. Grayscale: #303030. Windows color (decimal): -8846999 or 6881657. OLE color: 6881657.

HSL color Cylindrical-coordinate representation of color #790169: hue angle of 308º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790169 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 1 105 -
CMYK 0 0.99 0.13 0.53
HSL 308º 0.98% 0.24% -
HSV(B) 308º 0.99% 0.47% -
XYZ 10.45 5.11 13.8 -
YUV 48.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 121 1 105 0 0.99 0.13 0.53 308 0.98 0.24
Hex 79 1 69 0 63 D 35 134 62 18
Octal 171 1 151 0 143 15 65 464 142 30
Binary 1111001 1 1101001 0 1100011 1101 110101 100110100 1100010 11000

Color Harmonies of #790169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790169

Black with #790169

Text Example


Text Example

White with #790169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790169; }

 p { color: rgb(121,1,105); }

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

background-color css

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

 a { background-color: rgb(121,1,105); }

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

border-color css

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

 span { border-color: rgb(121,1,105); }

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