Html Css Color HEX #851279 Dark Purple

📋 copy color: '#851279'

red 133 ◦ green 18 ◦ blue 121

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

Shades of Dark Purple #851279

Tints of Dark Purple #851279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

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

R = 48.9%
G = 6.62%
B = 44.49%

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

#851279 (or 0x851279) is known color: Dark Purple. HEX triplet: 85, 12 and 79. RGB value is (133,18,121). Sum of RGB (Red+Green+Blue) = 133+18+121=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #851279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851279 is #7AED86. Grayscale: #3F3F3F. Windows color (decimal): -8056199 or 7934597. OLE color: 7934597.

HSL color Cylindrical-coordinate representation of color #851279: hue angle of 306.26º degrees, saturation: 0.76, 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 #851279 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 121 -
CMYK 0 0.86 0.09 0.48
HSL 306.26º 0.76% 0.3% -
HSV(B) 306.26º 0.86% 0.52% -
XYZ 13.34 6.8 18.7 -
YUV 64.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 133 18 121 0 0.86 0.09 0.48 306.26 0.76 0.3
Hex 85 12 79 0 56 9 30 132 4C 1E
Octal 205 22 171 0 126 11 60 462 114 36
Binary 10000101 10010 1111001 0 1010110 1001 110000 100110010 1001100 11110

Color Harmonies of #851279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851279

Black with #851279

Text Example


Text Example

White with #851279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851279; }

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

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

background-color css

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

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

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

border-color css

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

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

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