Html Css Color HEX #852379 Dark Purple

📋 copy color: '#852379'

red 133 ◦ green 35 ◦ blue 121

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

Shades of Dark Purple #852379

Tints of Dark Purple #852379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

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

R = 46.02%
G = 12.11%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#852379 (or 0x852379) is known color: Dark Purple. HEX triplet: 85, 23 and 79. RGB value is (133,35,121). Sum of RGB (Red+Green+Blue) = 133+35+121=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #852379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852379 is #7ADC86. Grayscale: #494949. Windows color (decimal): -8051847 or 7938949. OLE color: 7938949.

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

Color convert

RGB 133 35 121 -
CMYK 0 0.74 0.09 0.48
HSL 307.35º 0.58% 0.33% -
HSV(B) 307.35º 0.74% 0.52% -
XYZ 13.73 7.57 18.83 -
YUV 74.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 133 35 121 0 0.74 0.09 0.48 307.35 0.58 0.33
Hex 85 23 79 0 4A 9 30 133 3A 21
Octal 205 43 171 0 112 11 60 463 72 41
Binary 10000101 100011 1111001 0 1001010 1001 110000 100110011 111010 100001

Color Harmonies of #852379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852379

Black with #852379

Text Example


Text Example

White with #852379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852379; }

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

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

background-color css

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

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

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

border-color css

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

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

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