Html Css Color HEX #851979 Dark Purple

📋 copy color: '#851979'

red 133 ◦ green 25 ◦ blue 121

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

Shades of Dark Purple #851979

Tints of Dark Purple #851979

RGB

 RED value IS 133 (52.34% from 255) = 47.67%

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

 BLUE value IS 121 (47.66% from 255) = 43.37%

R = 47.67%
G = 8.96%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#851979 (or 0x851979) is known color: Dark Purple. HEX triplet: 85, 19 and 79. RGB value is (133,25,121). Sum of RGB (Red+Green+Blue) = 133+25+121=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #851979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851979 is #7AE686. Grayscale: #434343. Windows color (decimal): -8054407 or 7936389. OLE color: 7936389.

HSL color Cylindrical-coordinate representation of color #851979: hue angle of 306.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851979 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 121 -
CMYK 0 0.81 0.09 0.48
HSL 306.67º 0.68% 0.31% -
HSV(B) 306.67º 0.81% 0.52% -
XYZ 13.47 7.06 18.74 -
YUV 68.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 133 25 121 0 0.81 0.09 0.48 306.67 0.68 0.31
Hex 85 19 79 0 51 9 30 133 44 1F
Octal 205 31 171 0 121 11 60 463 104 37
Binary 10000101 11001 1111001 0 1010001 1001 110000 100110011 1000100 11111

Color Harmonies of #851979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851979

Black with #851979

Text Example


Text Example

White with #851979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851979; }

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

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

background-color css

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

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

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

border-color css

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

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

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