Html Css Color HEX #851173 Dark Purple

📋 copy color: '#851173'

red 133 ◦ green 17 ◦ blue 115

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

Shades of Dark Purple #851173

Tints of Dark Purple #851173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.42%

 BLUE value IS 115 (45.31% from 255) = 43.4%

R = 50.19%
G = 6.42%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#851173 (or 0x851173) is known color: Dark Purple. HEX triplet: 85, 11 and 73. RGB value is (133,17,115). Sum of RGB (Red+Green+Blue) = 133+17+115=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #851173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851173 is #7AEE8C. Grayscale: #3E3E3E. Windows color (decimal): -8056461 or 7541125. OLE color: 7541125.

HSL color Cylindrical-coordinate representation of color #851173: hue angle of 309.31º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851173 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 115 -
CMYK 0 0.87 0.14 0.48
HSL 309.31º 0.77% 0.29% -
HSV(B) 309.31º 0.87% 0.52% -
XYZ 12.97 6.63 16.81 -
YUV 62.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 133 17 115 0 0.87 0.14 0.48 309.31 0.77 0.29
Hex 85 11 73 0 57 E 30 135 4D 1D
Octal 205 21 163 0 127 16 60 465 115 35
Binary 10000101 10001 1110011 0 1010111 1110 110000 100110101 1001101 11101

Color Harmonies of #851173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851173

Black with #851173

Text Example


Text Example

White with #851173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851173; }

 p { color: rgb(133,17,115); }

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

background-color css

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

 a { background-color: rgb(133,17,115); }

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

border-color css

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

 span { border-color: rgb(133,17,115); }

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