Html Css Color HEX #851379 Dark Purple

📋 copy color: '#851379'

red 133 ◦ green 19 ◦ blue 121

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

Shades of Dark Purple #851379

Tints of Dark Purple #851379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 48.72%
G = 6.96%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#851379 (or 0x851379) is known color: Dark Purple. HEX triplet: 85, 13 and 79. RGB value is (133,19,121). Sum of RGB (Red+Green+Blue) = 133+19+121=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #851379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851379 is #7AEC86. Grayscale: #404040. Windows color (decimal): -8055943 or 7934853. OLE color: 7934853.

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

Color convert

RGB 133 19 121 -
CMYK 0 0.86 0.09 0.48
HSL 306.32º 0.75% 0.3% -
HSV(B) 306.32º 0.86% 0.52% -
XYZ 13.36 6.83 18.7 -
YUV 64.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 133 19 121 0 0.86 0.09 0.48 306.32 0.75 0.3
Hex 85 13 79 0 56 9 30 132 4B 1E
Octal 205 23 171 0 126 11 60 462 113 36
Binary 10000101 10011 1111001 0 1010110 1001 110000 100110010 1001011 11110

Color Harmonies of #851379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851379

Black with #851379

Text Example


Text Example

White with #851379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851379; }

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

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

background-color css

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

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

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

border-color css

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

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

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