Html Css Color HEX #852579 Dark Purple

📋 copy color: '#852579'

red 133 ◦ green 37 ◦ blue 121

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

Shades of Dark Purple #852579

Tints of Dark Purple #852579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

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

R = 45.7%
G = 12.71%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#852579 (or 0x852579) is known color: Dark Purple. HEX triplet: 85, 25 and 79. RGB value is (133,37,121). Sum of RGB (Red+Green+Blue) = 133+37+121=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #852579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852579 is #7ADA86. Grayscale: #4B4B4B. Windows color (decimal): -8051335 or 7939461. OLE color: 7939461.

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

Color convert

RGB 133 37 121 -
CMYK 0 0.72 0.09 0.48
HSL 307.5º 0.56% 0.33% -
HSV(B) 307.5º 0.72% 0.52% -
XYZ 13.79 7.69 18.85 -
YUV 75.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 133 37 121 0 0.72 0.09 0.48 307.5 0.56 0.33
Hex 85 25 79 0 48 9 30 134 38 21
Octal 205 45 171 0 110 11 60 464 70 41
Binary 10000101 100101 1111001 0 1001000 1001 110000 100110100 111000 100001

Color Harmonies of #852579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852579

Black with #852579

Text Example


Text Example

White with #852579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852579; }

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

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

background-color css

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

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

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

border-color css

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

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

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