Html Css Color HEX #851779 Dark Purple

📋 copy color: '#851779'

red 133 ◦ green 23 ◦ blue 121

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

Shades of Dark Purple #851779

Tints of Dark Purple #851779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.3%

 BLUE value IS 121 (47.66% from 255) = 43.68%

R = 48.01%
G = 8.3%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#851779 (or 0x851779) is known color: Dark Purple. HEX triplet: 85, 17 and 79. RGB value is (133,23,121). Sum of RGB (Red+Green+Blue) = 133+23+121=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #851779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851779 is #7AE886. Grayscale: #424242. Windows color (decimal): -8054919 or 7935877. OLE color: 7935877.

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

Color convert

RGB 133 23 121 -
CMYK 0 0.83 0.09 0.48
HSL 306.55º 0.71% 0.31% -
HSV(B) 306.55º 0.83% 0.52% -
XYZ 13.43 6.98 18.73 -
YUV 67.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 133 23 121 0 0.83 0.09 0.48 306.55 0.71 0.31
Hex 85 17 79 0 53 9 30 133 47 1F
Octal 205 27 171 0 123 11 60 463 107 37
Binary 10000101 10111 1111001 0 1010011 1001 110000 100110011 1000111 11111

Color Harmonies of #851779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851779

Black with #851779

Text Example


Text Example

White with #851779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851779; }

 p { color: rgb(133,23,121); }

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

background-color css

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

 a { background-color: rgb(133,23,121); }

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

border-color css

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

 span { border-color: rgb(133,23,121); }

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