Html Css Color HEX #851079 Dark Purple

📋 copy color: '#851079'

red 133 ◦ green 16 ◦ blue 121

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

Shades of Dark Purple #851079

Tints of Dark Purple #851079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

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

R = 49.26%
G = 5.93%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#851079 (or 0x851079) is known color: Dark Purple. HEX triplet: 85, 10 and 79. RGB value is (133,16,121). Sum of RGB (Red+Green+Blue) = 133+16+121=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #851079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851079 is #7AEF86. Grayscale: #3E3E3E. Windows color (decimal): -8056711 or 7934085. OLE color: 7934085.

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

Color convert

RGB 133 16 121 -
CMYK 0 0.88 0.09 0.48
HSL 306.15º 0.79% 0.29% -
HSV(B) 306.15º 0.88% 0.52% -
XYZ 13.31 6.74 18.69 -
YUV 62.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 133 16 121 0 0.88 0.09 0.48 306.15 0.79 0.29
Hex 85 10 79 0 58 9 30 132 4F 1D
Octal 205 20 171 0 130 11 60 462 117 35
Binary 10000101 10000 1111001 0 1011000 1001 110000 100110010 1001111 11101

Color Harmonies of #851079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851079

Black with #851079

Text Example


Text Example

White with #851079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851079; }

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

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

background-color css

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

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

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

border-color css

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

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

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