Html Css Color HEX #790C61 Dark Purple

📋 copy color: '#790C61'

red 121 ◦ green 12 ◦ blue 97

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

Shades of Dark Purple #790C61

Tints of Dark Purple #790C61

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.22%

 BLUE value IS 97 (38.28% from 255) = 42.17%

R = 52.61%
G = 5.22%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#790C61 (or 0x790C61) is known color: Dark Purple. HEX triplet: 79, 0C and 61. RGB value is (121,12,97). Sum of RGB (Red+Green+Blue) = 121+12+97=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #790C61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C61 is #86F39E. Grayscale: #363636. Windows color (decimal): -8844191 or 6360185. OLE color: 6360185.

HSL color Cylindrical-coordinate representation of color #790C61: hue angle of 313.21º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C61 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 97 -
CMYK 0 0.90 0.20 0.53
HSL 313.21º 0.82% 0.26% -
HSV(B) 313.21º 0.9% 0.47% -
XYZ 10.17 5.19 11.77 -
YUV 54.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 121 12 97 0 0.90 0.20 0.53 313.21 0.82 0.26
Hex 79 C 61 0 5A 14 35 139 52 1A
Octal 171 14 141 0 132 24 65 471 122 32
Binary 1111001 1100 1100001 0 1011010 10100 110101 100111001 1010010 11010

Color Harmonies of #790C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C61

Black with #790C61

Text Example


Text Example

White with #790C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790C61; }

 p { color: rgb(121,12,97); }

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

background-color css

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

 a { background-color: rgb(121,12,97); }

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

border-color css

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

 span { border-color: rgb(121,12,97); }

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