Html Css Color HEX #851170 Dark Purple

📋 copy color: '#851170'

red 133 ◦ green 17 ◦ blue 112

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

Shades of Dark Purple #851170

Tints of Dark Purple #851170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

 BLUE value IS 112 (44.14% from 255) = 42.75%

R = 50.76%
G = 6.49%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#851170 (or 0x851170) is known color: Dark Purple. HEX triplet: 85, 11 and 70. RGB value is (133,17,112). Sum of RGB (Red+Green+Blue) = 133+17+112=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #851170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851170 is #7AEE8F. Grayscale: #3E3E3E. Windows color (decimal): -8056464 or 7344517. OLE color: 7344517.

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

Color convert

RGB 133 17 112 -
CMYK 0 0.87 0.16 0.48
HSL 310.86º 0.77% 0.29% -
HSV(B) 310.86º 0.87% 0.52% -
XYZ 12.8 6.56 15.92 -
YUV 62.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 133 17 112 0 0.87 0.16 0.48 310.86 0.77 0.29
Hex 85 11 70 0 57 10 30 137 4D 1D
Octal 205 21 160 0 127 20 60 467 115 35
Binary 10000101 10001 1110000 0 1010111 10000 110000 100110111 1001101 11101

Color Harmonies of #851170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851170

Black with #851170

Text Example


Text Example

White with #851170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851170; }

 p { color: rgb(133,17,112); }

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

background-color css

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

 a { background-color: rgb(133,17,112); }

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

border-color css

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

 span { border-color: rgb(133,17,112); }

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