Html Css Color HEX #791570 Dark Purple

📋 copy color: '#791570'

red 121 ◦ green 21 ◦ blue 112

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

Shades of Dark Purple #791570

Tints of Dark Purple #791570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 47.64%
G = 8.27%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#791570 (or 0x791570) is known color: Dark Purple. HEX triplet: 79, 15 and 70. RGB value is (121,21,112). Sum of RGB (Red+Green+Blue) = 121+21+112=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #791570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791570 is #86EA8F. Grayscale: #3D3D3D. Windows color (decimal): -8841872 or 7345529. OLE color: 7345529.

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

Color convert

RGB 121 21 112 -
CMYK 0 0.83 0.07 0.53
HSL 305.4º 0.7% 0.28% -
HSV(B) 305.4º 0.83% 0.47% -
XYZ 11.08 5.77 15.86 -
YUV 61.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 121 21 112 0 0.83 0.07 0.53 305.4 0.7 0.28
Hex 79 15 70 0 53 7 35 131 46 1C
Octal 171 25 160 0 123 7 65 461 106 34
Binary 1111001 10101 1110000 0 1010011 111 110101 100110001 1000110 11100

Color Harmonies of #791570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791570

Black with #791570

Text Example


Text Example

White with #791570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791570; }

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

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

background-color css

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

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

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

border-color css

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

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

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