Html Css Color HEX #792081 Dark Purple

📋 copy color: '#792081'

red 121 ◦ green 32 ◦ blue 129

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

Shades of Dark Purple #792081

Tints of Dark Purple #792081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 129 (50.78% from 255) = 45.74%

R = 42.91%
G = 11.35%
B = 45.74%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#792081 (or 0x792081) is known color: Dark Purple. HEX triplet: 79, 20 and 81. RGB value is (121,32,129). Sum of RGB (Red+Green+Blue) = 121+32+129=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #792081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792081 is #86DF7E. Grayscale: #454545. Windows color (decimal): -8839039 or 8462457. OLE color: 8462457.

HSL color Cylindrical-coordinate representation of color #792081: hue angle of 295.05º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #792081 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 32 129 -
CMYK 0.06 0.75 0 0.49
HSL 295.05º 0.6% 0.32% -
HSV(B) 295.05º 0.75% 0.51% -
XYZ 12.36 6.68 21.41 -
YUV 69.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 121 32 129 0.06 0.75 0 0.49 295.05 0.6 0.32
Hex 79 20 81 6 4B 0 31 127 3C 20
Octal 171 40 201 6 113 0 61 447 74 40
Binary 1111001 100000 10000001 110 1001011 0 110001 100100111 111100 100000

Color Harmonies of #792081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792081

Black with #792081

Text Example


Text Example

White with #792081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792081; }

 p { color: rgb(121,32,129); }

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

background-color css

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

 a { background-color: rgb(121,32,129); }

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

border-color css

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

 span { border-color: rgb(121,32,129); }

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