Html Css Color HEX #851680 Dark Purple

📋 copy color: '#851680'

red 133 ◦ green 22 ◦ blue 128

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

Shades of Dark Purple #851680

Tints of Dark Purple #851680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 47%
G = 7.77%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#851680 (or 0x851680) is known color: Dark Purple. HEX triplet: 85, 16 and 80. RGB value is (133,22,128). Sum of RGB (Red+Green+Blue) = 133+22+128=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #851680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851680 is #7AE97F. Grayscale: #424242. Windows color (decimal): -8055168 or 8394373. OLE color: 8394373.

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

Color convert

RGB 133 22 128 -
CMYK 0 0.83 0.04 0.48
HSL 302.7º 0.72% 0.3% -
HSV(B) 302.7º 0.83% 0.52% -
XYZ 13.86 7.12 21.07 -
YUV 67.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 133 22 128 0 0.83 0.04 0.48 302.7 0.72 0.3
Hex 85 16 80 0 53 4 30 12F 48 1E
Octal 205 26 200 0 123 4 60 457 110 36
Binary 10000101 10110 10000000 0 1010011 100 110000 100101111 1001000 11110

Color Harmonies of #851680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851680

Black with #851680

Text Example


Text Example

White with #851680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851680; }

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

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

background-color css

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

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

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

border-color css

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

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

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