Html Css Color HEX #852979 Dark Purple

📋 copy color: '#852979'

red 133 ◦ green 41 ◦ blue 121

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

Shades of Dark Purple #852979

Tints of Dark Purple #852979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

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

R = 45.08%
G = 13.9%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#852979 (or 0x852979) is known color: Dark Purple. HEX triplet: 85, 29 and 79. RGB value is (133,41,121). Sum of RGB (Red+Green+Blue) = 133+41+121=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #852979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852979 is #7AD686. Grayscale: #4D4D4D. Windows color (decimal): -8050311 or 7940485. OLE color: 7940485.

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

Color convert

RGB 133 41 121 -
CMYK 0 0.69 0.09 0.48
HSL 307.83º 0.53% 0.34% -
HSV(B) 307.83º 0.69% 0.52% -
XYZ 13.92 7.95 18.89 -
YUV 77.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 133 41 121 0 0.69 0.09 0.48 307.83 0.53 0.34
Hex 85 29 79 0 45 9 30 134 35 22
Octal 205 51 171 0 105 11 60 464 65 42
Binary 10000101 101001 1111001 0 1000101 1001 110000 100110100 110101 100010

Color Harmonies of #852979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852979

Black with #852979

Text Example


Text Example

White with #852979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852979; }

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

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

background-color css

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

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

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

border-color css

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

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

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