Html Css Color HEX #851E77 Dark Purple

📋 copy color: '#851E77'

red 133 ◦ green 30 ◦ blue 119

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

Shades of Dark Purple #851E77

Tints of Dark Purple #851E77

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.64%

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

R = 47.16%
G = 10.64%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#851E77 (or 0x851E77) is known color: Dark Purple. HEX triplet: 85, 1E and 77. RGB value is (133,30,119). Sum of RGB (Red+Green+Blue) = 133+30+119=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #851E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E77 is #7AE188. Grayscale: #464646. Windows color (decimal): -8053129 or 7806597. OLE color: 7806597.

HSL color Cylindrical-coordinate representation of color #851E77: hue angle of 308.16º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851E77 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 30 119 -
CMYK 0 0.77 0.11 0.48
HSL 308.16º 0.63% 0.32% -
HSV(B) 308.16º 0.77% 0.52% -
XYZ 13.47 7.25 18.14 -
YUV 70.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 133 30 119 0 0.77 0.11 0.48 308.16 0.63 0.32
Hex 85 1E 77 0 4D B 30 134 3F 20
Octal 205 36 167 0 115 13 60 464 77 40
Binary 10000101 11110 1110111 0 1001101 1011 110000 100110100 111111 100000

Color Harmonies of #851E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E77

Black with #851E77

Text Example


Text Example

White with #851E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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