Html Css Color HEX #791968 Dark Purple

📋 copy color: '#791968'

red 121 ◦ green 25 ◦ blue 104

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

Shades of Dark Purple #791968

Tints of Dark Purple #791968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.6%

R = 48.4%
G = 10%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#791968 (or 0x791968) is known color: Dark Purple. HEX triplet: 79, 19 and 68. RGB value is (121,25,104). Sum of RGB (Red+Green+Blue) = 121+25+104=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #791968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791968 is #86E697. Grayscale: #3E3E3E. Windows color (decimal): -8840856 or 6822265. OLE color: 6822265.

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

Color convert

RGB 121 25 104 -
CMYK 0 0.79 0.14 0.53
HSL 310.63º 0.66% 0.29% -
HSV(B) 310.63º 0.79% 0.47% -
XYZ 10.73 5.76 13.64 -
YUV 62.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 121 25 104 0 0.79 0.14 0.53 310.63 0.66 0.29
Hex 79 19 68 0 4F E 35 137 42 1D
Octal 171 31 150 0 117 16 65 467 102 35
Binary 1111001 11001 1101000 0 1001111 1110 110101 100110111 1000010 11101

Color Harmonies of #791968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791968

Black with #791968

Text Example


Text Example

White with #791968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791968; }

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

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

background-color css

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

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

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

border-color css

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

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

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