Html Css Color HEX #851770 Dark Purple

📋 copy color: '#851770'

red 133 ◦ green 23 ◦ blue 112

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

Shades of Dark Purple #851770

Tints of Dark Purple #851770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.58%

 BLUE value IS 112 (44.14% from 255) = 41.79%

R = 49.63%
G = 8.58%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#851770 (or 0x851770) is known color: Dark Purple. HEX triplet: 85, 17 and 70. RGB value is (133,23,112). Sum of RGB (Red+Green+Blue) = 133+23+112=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #851770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851770 is #7AE88F. Grayscale: #414141. Windows color (decimal): -8054928 or 7346053. OLE color: 7346053.

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

Color convert

RGB 133 23 112 -
CMYK 0 0.83 0.16 0.48
HSL 311.45º 0.71% 0.31% -
HSV(B) 311.45º 0.83% 0.52% -
XYZ 12.9 6.77 15.96 -
YUV 66.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 133 23 112 0 0.83 0.16 0.48 311.45 0.71 0.31
Hex 85 17 70 0 53 10 30 137 47 1F
Octal 205 27 160 0 123 20 60 467 107 37
Binary 10000101 10111 1110000 0 1010011 10000 110000 100110111 1000111 11111

Color Harmonies of #851770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851770

Black with #851770

Text Example


Text Example

White with #851770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851770; }

 p { color: rgb(133,23,112); }

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

background-color css

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

 a { background-color: rgb(133,23,112); }

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

border-color css

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

 span { border-color: rgb(133,23,112); }

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