Html Css Color HEX #851671 Dark Purple

📋 copy color: '#851671'

red 133 ◦ green 22 ◦ blue 113

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

Shades of Dark Purple #851671

Tints of Dark Purple #851671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

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

R = 49.63%
G = 8.21%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#851671 (or 0x851671) is known color: Dark Purple. HEX triplet: 85, 16 and 71. RGB value is (133,22,113). Sum of RGB (Red+Green+Blue) = 133+22+113=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #851671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851671 is #7AE98E. Grayscale: #414141. Windows color (decimal): -8055183 or 7411333. OLE color: 7411333.

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

Color convert

RGB 133 22 113 -
CMYK 0 0.83 0.15 0.48
HSL 310.81º 0.72% 0.3% -
HSV(B) 310.81º 0.83% 0.52% -
XYZ 12.94 6.75 16.24 -
YUV 65.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 133 22 113 0 0.83 0.15 0.48 310.81 0.72 0.3
Hex 85 16 71 0 53 F 30 137 48 1E
Octal 205 26 161 0 123 17 60 467 110 36
Binary 10000101 10110 1110001 0 1010011 1111 110000 100110111 1001000 11110

Color Harmonies of #851671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851671

Black with #851671

Text Example


Text Example

White with #851671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851671; }

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

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

background-color css

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

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

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

border-color css

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

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

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