Html Css Color HEX #851977 Dark Purple

📋 copy color: '#851977'

red 133 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #851977

Tints of Dark Purple #851977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

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

R = 48.01%
G = 9.03%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#851977 (or 0x851977) is known color: Dark Purple. HEX triplet: 85, 19 and 77. RGB value is (133,25,119). Sum of RGB (Red+Green+Blue) = 133+25+119=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #851977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851977 is #7AE688. Grayscale: #434343. Windows color (decimal): -8054409 or 7805317. OLE color: 7805317.

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

Color convert

RGB 133 25 119 -
CMYK 0 0.81 0.11 0.48
HSL 307.78º 0.68% 0.31% -
HSV(B) 307.78º 0.81% 0.52% -
XYZ 13.35 7.01 18.1 -
YUV 68.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 133 25 119 0 0.81 0.11 0.48 307.78 0.68 0.31
Hex 85 19 77 0 51 B 30 134 44 1F
Octal 205 31 167 0 121 13 60 464 104 37
Binary 10000101 11001 1110111 0 1010001 1011 110000 100110100 1000100 11111

Color Harmonies of #851977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851977

Black with #851977

Text Example


Text Example

White with #851977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851977; }

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

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

background-color css

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

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

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

border-color css

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

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

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