Html Css Color HEX #851879 Dark Purple

📋 copy color: '#851879'

red 133 ◦ green 24 ◦ blue 121

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

Shades of Dark Purple #851879

Tints of Dark Purple #851879

RGB

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

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

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

R = 47.84%
G = 8.63%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#851879 (or 0x851879) is known color: Dark Purple. HEX triplet: 85, 18 and 79. RGB value is (133,24,121). Sum of RGB (Red+Green+Blue) = 133+24+121=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #851879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851879 is #7AE786. Grayscale: #434343. Windows color (decimal): -8054663 or 7936133. OLE color: 7936133.

HSL color Cylindrical-coordinate representation of color #851879: hue angle of 306.61º 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 #851879 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 121 -
CMYK 0 0.82 0.09 0.48
HSL 306.61º 0.69% 0.31% -
HSV(B) 306.61º 0.82% 0.52% -
XYZ 13.45 7.02 18.74 -
YUV 67.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 133 24 121 0 0.82 0.09 0.48 306.61 0.69 0.31
Hex 85 18 79 0 52 9 30 133 45 1F
Octal 205 30 171 0 122 11 60 463 105 37
Binary 10000101 11000 1111001 0 1010010 1001 110000 100110011 1000101 11111

Color Harmonies of #851879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851879

Black with #851879

Text Example


Text Example

White with #851879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851879; }

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

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

background-color css

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

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

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

border-color css

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

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

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