Html Css Color HEX #791366 Dark Purple

📋 copy color: '#791366'

red 121 ◦ green 19 ◦ blue 102

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

Shades of Dark Purple #791366

Tints of Dark Purple #791366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.85%

 BLUE value IS 102 (40.23% from 255) = 42.15%

R = 50%
G = 7.85%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#791366 (or 0x791366) is known color: Dark Purple. HEX triplet: 79, 13 and 66. RGB value is (121,19,102). Sum of RGB (Red+Green+Blue) = 121+19+102=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #791366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791366 is #86EC99. Grayscale: #3A3A3A. Windows color (decimal): -8842394 or 6689657. OLE color: 6689657.

HSL color Cylindrical-coordinate representation of color #791366: hue angle of 311.18º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791366 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 19 102 -
CMYK 0 0.84 0.16 0.53
HSL 311.18º 0.73% 0.27% -
HSV(B) 311.18º 0.84% 0.47% -
XYZ 10.52 5.49 13.08 -
YUV 58.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 121 19 102 0 0.84 0.16 0.53 311.18 0.73 0.27
Hex 79 13 66 0 54 10 35 137 49 1B
Octal 171 23 146 0 124 20 65 467 111 33
Binary 1111001 10011 1100110 0 1010100 10000 110101 100110111 1001001 11011

Color Harmonies of #791366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791366

Black with #791366

Text Example


Text Example

White with #791366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791366; }

 p { color: rgb(121,19,102); }

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

background-color css

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

 a { background-color: rgb(121,19,102); }

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

border-color css

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

 span { border-color: rgb(121,19,102); }

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