Html Css Color HEX #851F77 Dark Purple

📋 copy color: '#851F77'

red 133 ◦ green 31 ◦ blue 119

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

Shades of Dark Purple #851F77

Tints of Dark Purple #851F77

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.95%

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

R = 47%
G = 10.95%
B = 42.05%

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

#851F77 (or 0x851F77) is known color: Dark Purple. HEX triplet: 85, 1F and 77. RGB value is (133,31,119). Sum of RGB (Red+Green+Blue) = 133+31+119=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #851F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851F77 is #7AE088. Grayscale: #474747. Windows color (decimal): -8052873 or 7806853. OLE color: 7806853.

HSL color Cylindrical-coordinate representation of color #851F77: hue angle of 308.24º degrees, saturation: 0.62, 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 #851F77 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 31 119 -
CMYK 0 0.77 0.11 0.48
HSL 308.24º 0.62% 0.32% -
HSV(B) 308.24º 0.77% 0.52% -
XYZ 13.49 7.3 18.15 -
YUV 71.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 133 31 119 0 0.77 0.11 0.48 308.24 0.62 0.32
Hex 85 1F 77 0 4D B 30 134 3E 20
Octal 205 37 167 0 115 13 60 464 76 40
Binary 10000101 11111 1110111 0 1001101 1011 110000 100110100 111110 100000

Color Harmonies of #851F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F77

Black with #851F77

Text Example


Text Example

White with #851F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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