Html Css Color HEX #851877 Dark Purple

📋 copy color: '#851877'

red 133 ◦ green 24 ◦ blue 119

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

Shades of Dark Purple #851877

Tints of Dark Purple #851877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 48.19%
G = 8.7%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#851877 (or 0x851877) is known color: Dark Purple. HEX triplet: 85, 18 and 77. RGB value is (133,24,119). Sum of RGB (Red+Green+Blue) = 133+24+119=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #851877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851877 is #7AE788. Grayscale: #434343. Windows color (decimal): -8054665 or 7805061. OLE color: 7805061.

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

Color convert

RGB 133 24 119 -
CMYK 0 0.82 0.11 0.48
HSL 307.71º 0.69% 0.31% -
HSV(B) 307.71º 0.82% 0.52% -
XYZ 13.33 6.97 18.1 -
YUV 67.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 133 24 119 0 0.82 0.11 0.48 307.71 0.69 0.31
Hex 85 18 77 0 52 B 30 134 45 1F
Octal 205 30 167 0 122 13 60 464 105 37
Binary 10000101 11000 1110111 0 1010010 1011 110000 100110100 1000101 11111

Color Harmonies of #851877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851877

Black with #851877

Text Example


Text Example

White with #851877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851877; }

 p { color: rgb(133,24,119); }

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

background-color css

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

 a { background-color: rgb(133,24,119); }

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

border-color css

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

 span { border-color: rgb(133,24,119); }

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