Html Css Color HEX #791975 Dark Purple

📋 copy color: '#791975'

red 121 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #791975

Tints of Dark Purple #791975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 46.01%
G = 9.51%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#791975 (or 0x791975) is known color: Dark Purple. HEX triplet: 79, 19 and 75. RGB value is (121,25,117). Sum of RGB (Red+Green+Blue) = 121+25+117=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #791975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791975 is #86E68A. Grayscale: #3F3F3F. Windows color (decimal): -8840843 or 7674233. OLE color: 7674233.

HSL color Cylindrical-coordinate representation of color #791975: hue angle of 302.5º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791975 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 25 117 -
CMYK 0 0.79 0.03 0.53
HSL 302.5º 0.66% 0.29% -
HSV(B) 302.5º 0.79% 0.47% -
XYZ 11.44 6.04 17.39 -
YUV 64.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 121 25 117 0 0.79 0.03 0.53 302.5 0.66 0.29
Hex 79 19 75 0 4F 3 35 12E 42 1D
Octal 171 31 165 0 117 3 65 456 102 35
Binary 1111001 11001 1110101 0 1001111 11 110101 100101110 1000010 11101

Color Harmonies of #791975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791975

Black with #791975

Text Example


Text Example

White with #791975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791975; }

 p { color: rgb(121,25,117); }

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

background-color css

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

 a { background-color: rgb(121,25,117); }

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

border-color css

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

 span { border-color: rgb(121,25,117); }

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