Html Css Color HEX #791574 Dark Purple

📋 copy color: '#791574'

red 121 ◦ green 21 ◦ blue 116

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

Shades of Dark Purple #791574

Tints of Dark Purple #791574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

 BLUE value IS 116 (45.7% from 255) = 44.96%

R = 46.9%
G = 8.14%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#791574 (or 0x791574) is known color: Dark Purple. HEX triplet: 79, 15 and 74. RGB value is (121,21,116). Sum of RGB (Red+Green+Blue) = 121+21+116=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #791574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791574 is #86EA8B. Grayscale: #3D3D3D. Windows color (decimal): -8841868 or 7607673. OLE color: 7607673.

HSL color Cylindrical-coordinate representation of color #791574: hue angle of 303º degrees, saturation: 0.7, 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 #791574 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 21 116 -
CMYK 0 0.83 0.04 0.53
HSL 303º 0.7% 0.28% -
HSV(B) 303º 0.83% 0.47% -
XYZ 11.31 5.86 17.06 -
YUV 61.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 121 21 116 0 0.83 0.04 0.53 303 0.7 0.28
Hex 79 15 74 0 53 4 35 12F 46 1C
Octal 171 25 164 0 123 4 65 457 106 34
Binary 1111001 10101 1110100 0 1010011 100 110101 100101111 1000110 11100

Color Harmonies of #791574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791574

Black with #791574

Text Example


Text Example

White with #791574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791574; }

 p { color: rgb(121,21,116); }

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

background-color css

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

 a { background-color: rgb(121,21,116); }

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

border-color css

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

 span { border-color: rgb(121,21,116); }

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