Html Css Color HEX #791464 Dark Purple

📋 copy color: '#791464'

red 121 ◦ green 20 ◦ blue 100

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

Shades of Dark Purple #791464

Tints of Dark Purple #791464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

 BLUE value IS 100 (39.45% from 255) = 41.49%

R = 50.21%
G = 8.3%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#791464 (or 0x791464) is known color: Dark Purple. HEX triplet: 79, 14 and 64. RGB value is (121,20,100). Sum of RGB (Red+Green+Blue) = 121+20+100=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #791464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791464 is #86EB9B. Grayscale: #3B3B3B. Windows color (decimal): -8842140 or 6558841. OLE color: 6558841.

HSL color Cylindrical-coordinate representation of color #791464: hue angle of 312.48º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791464 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 20 100 -
CMYK 0 0.83 0.17 0.53
HSL 312.48º 0.72% 0.28% -
HSV(B) 312.48º 0.83% 0.47% -
XYZ 10.44 5.49 12.57 -
YUV 59.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 121 20 100 0 0.83 0.17 0.53 312.48 0.72 0.28
Hex 79 14 64 0 53 11 35 138 48 1C
Octal 171 24 144 0 123 21 65 470 110 34
Binary 1111001 10100 1100100 0 1010011 10001 110101 100111000 1001000 11100

Color Harmonies of #791464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791464

Black with #791464

Text Example


Text Example

White with #791464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791464; }

 p { color: rgb(121,20,100); }

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

background-color css

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

 a { background-color: rgb(121,20,100); }

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

border-color css

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

 span { border-color: rgb(121,20,100); }

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