Html Css Color HEX #851971 Dark Purple

📋 copy color: '#851971'

red 133 ◦ green 25 ◦ blue 113

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

Shades of Dark Purple #851971

Tints of Dark Purple #851971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

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

R = 49.08%
G = 9.23%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#851971 (or 0x851971) is known color: Dark Purple. HEX triplet: 85, 19 and 71. RGB value is (133,25,113). Sum of RGB (Red+Green+Blue) = 133+25+113=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #851971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851971 is #7AE68E. Grayscale: #434343. Windows color (decimal): -8054415 or 7412101. OLE color: 7412101.

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

Color convert

RGB 133 25 113 -
CMYK 0 0.81 0.15 0.48
HSL 311.11º 0.68% 0.31% -
HSV(B) 311.11º 0.81% 0.52% -
XYZ 13 6.87 16.26 -
YUV 67.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 133 25 113 0 0.81 0.15 0.48 311.11 0.68 0.31
Hex 85 19 71 0 51 F 30 137 44 1F
Octal 205 31 161 0 121 17 60 467 104 37
Binary 10000101 11001 1110001 0 1010001 1111 110000 100110111 1000100 11111

Color Harmonies of #851971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851971

Black with #851971

Text Example


Text Example

White with #851971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851971; }

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

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

background-color css

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

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

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

border-color css

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

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

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