Html Css Color HEX #851071 Dark Purple

📋 copy color: '#851071'

red 133 ◦ green 16 ◦ blue 113

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

Shades of Dark Purple #851071

Tints of Dark Purple #851071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 50.76%
G = 6.11%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#851071 (or 0x851071) is known color: Dark Purple. HEX triplet: 85, 10 and 71. RGB value is (133,16,113). Sum of RGB (Red+Green+Blue) = 133+16+113=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #851071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851071 is #7AEF8E. Grayscale: #3D3D3D. Windows color (decimal): -8056719 or 7409797. OLE color: 7409797.

HSL color Cylindrical-coordinate representation of color #851071: hue angle of 310.26º 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 #851071 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 113 -
CMYK 0 0.88 0.15 0.48
HSL 310.26º 0.79% 0.29% -
HSV(B) 310.26º 0.88% 0.52% -
XYZ 12.84 6.55 16.21 -
YUV 62.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 133 16 113 0 0.88 0.15 0.48 310.26 0.79 0.29
Hex 85 10 71 0 58 F 30 136 4F 1D
Octal 205 20 161 0 130 17 60 466 117 35
Binary 10000101 10000 1110001 0 1011000 1111 110000 100110110 1001111 11101

Color Harmonies of #851071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851071

Black with #851071

Text Example


Text Example

White with #851071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851071; }

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

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

background-color css

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

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

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

border-color css

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

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

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