Html Css Color HEX #851676 Dark Purple

📋 copy color: '#851676'

red 133 ◦ green 22 ◦ blue 118

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

Shades of Dark Purple #851676

Tints of Dark Purple #851676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 48.72%
G = 8.06%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#851676 (or 0x851676) is known color: Dark Purple. HEX triplet: 85, 16 and 76. RGB value is (133,22,118). Sum of RGB (Red+Green+Blue) = 133+22+118=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #851676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851676 is #7AE989. Grayscale: #414141. Windows color (decimal): -8055178 or 7739013. OLE color: 7739013.

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

Color convert

RGB 133 22 118 -
CMYK 0 0.83 0.11 0.48
HSL 308.11º 0.72% 0.3% -
HSV(B) 308.11º 0.83% 0.52% -
XYZ 13.23 6.87 17.77 -
YUV 66.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 133 22 118 0 0.83 0.11 0.48 308.11 0.72 0.3
Hex 85 16 76 0 53 B 30 134 48 1E
Octal 205 26 166 0 123 13 60 464 110 36
Binary 10000101 10110 1110110 0 1010011 1011 110000 100110100 1001000 11110

Color Harmonies of #851676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851676

Black with #851676

Text Example


Text Example

White with #851676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851676; }

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

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

background-color css

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

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

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

border-color css

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

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

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