Html Css Color HEX #791C85 Dark Purple

📋 copy color: '#791C85'

red 121 ◦ green 28 ◦ blue 133

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

Shades of Dark Purple #791C85

Tints of Dark Purple #791C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.93%

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 42.91%
G = 9.93%
B = 47.16%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#791C85 (or 0x791C85) is known color: Dark Purple. HEX triplet: 79, 1C and 85. RGB value is (121,28,133). Sum of RGB (Red+Green+Blue) = 121+28+133=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #791C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791C85 is #86E37A. Grayscale: #434343. Windows color (decimal): -8840059 or 8723577. OLE color: 8723577.

HSL color Cylindrical-coordinate representation of color #791C85: hue angle of 293.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791C85 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 28 133 -
CMYK 0.09 0.79 0 0.48
HSL 293.14º 0.65% 0.32% -
HSV(B) 293.14º 0.79% 0.52% -
XYZ 12.53 6.59 22.8 -
YUV 67.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 121 28 133 0.09 0.79 0 0.48 293.14 0.65 0.32
Hex 79 1C 85 9 4F 0 30 125 41 20
Octal 171 34 205 11 117 0 60 445 101 40
Binary 1111001 11100 10000101 1001 1001111 0 110000 100100101 1000001 100000

Color Harmonies of #791C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791C85

Black with #791C85

Text Example


Text Example

White with #791C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791C85; }

 p { color: rgb(121,28,133); }

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

background-color css

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

 a { background-color: rgb(121,28,133); }

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

border-color css

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

 span { border-color: rgb(121,28,133); }

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