Html Css Color HEX #851371 Dark Purple

📋 copy color: '#851371'

red 133 ◦ green 19 ◦ blue 113

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

Shades of Dark Purple #851371

Tints of Dark Purple #851371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 50.19%
G = 7.17%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#851371 (or 0x851371) is known color: Dark Purple. HEX triplet: 85, 13 and 71. RGB value is (133,19,113). Sum of RGB (Red+Green+Blue) = 133+19+113=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #851371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851371 is #7AEC8E. Grayscale: #3F3F3F. Windows color (decimal): -8055951 or 7410565. OLE color: 7410565.

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

Color convert

RGB 133 19 113 -
CMYK 0 0.86 0.15 0.48
HSL 310.53º 0.75% 0.3% -
HSV(B) 310.53º 0.86% 0.52% -
XYZ 12.89 6.64 16.23 -
YUV 63.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 133 19 113 0 0.86 0.15 0.48 310.53 0.75 0.3
Hex 85 13 71 0 56 F 30 137 4B 1E
Octal 205 23 161 0 126 17 60 467 113 36
Binary 10000101 10011 1110001 0 1010110 1111 110000 100110111 1001011 11110

Color Harmonies of #851371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851371

Black with #851371

Text Example


Text Example

White with #851371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851371; }

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

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

background-color css

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

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

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

border-color css

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

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

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