Html Css Color HEX #851571 Dark Purple

📋 copy color: '#851571'

red 133 ◦ green 21 ◦ blue 113

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

Shades of Dark Purple #851571

Tints of Dark Purple #851571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

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

R = 49.81%
G = 7.87%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#851571 (or 0x851571) is known color: Dark Purple. HEX triplet: 85, 15 and 71. RGB value is (133,21,113). Sum of RGB (Red+Green+Blue) = 133+21+113=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #851571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851571 is #7AEA8E. Grayscale: #404040. Windows color (decimal): -8055439 or 7411077. OLE color: 7411077.

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

Color convert

RGB 133 21 113 -
CMYK 0 0.84 0.15 0.48
HSL 310.71º 0.73% 0.3% -
HSV(B) 310.71º 0.84% 0.52% -
XYZ 12.92 6.72 16.24 -
YUV 64.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 133 21 113 0 0.84 0.15 0.48 310.71 0.73 0.3
Hex 85 15 71 0 54 F 30 137 49 1E
Octal 205 25 161 0 124 17 60 467 111 36
Binary 10000101 10101 1110001 0 1010100 1111 110000 100110111 1001001 11110

Color Harmonies of #851571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851571

Black with #851571

Text Example


Text Example

White with #851571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851571; }

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

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

background-color css

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

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

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

border-color css

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

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

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