Html Css Color HEX #852577 Dark Purple

📋 copy color: '#852577'

red 133 ◦ green 37 ◦ blue 119

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

Shades of Dark Purple #852577

Tints of Dark Purple #852577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.18%

R = 46.02%
G = 12.8%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#852577 (or 0x852577) is known color: Dark Purple. HEX triplet: 85, 25 and 77. RGB value is (133,37,119). Sum of RGB (Red+Green+Blue) = 133+37+119=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #852577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852577 is #7ADA88. Grayscale: #4A4A4A. Windows color (decimal): -8051337 or 7808389. OLE color: 7808389.

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

Color convert

RGB 133 37 119 -
CMYK 0 0.72 0.11 0.48
HSL 308.75º 0.56% 0.33% -
HSV(B) 308.75º 0.72% 0.52% -
XYZ 13.66 7.64 18.21 -
YUV 75.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 133 37 119 0 0.72 0.11 0.48 308.75 0.56 0.33
Hex 85 25 77 0 48 B 30 135 38 21
Octal 205 45 167 0 110 13 60 465 70 41
Binary 10000101 100101 1110111 0 1001000 1011 110000 100110101 111000 100001

Color Harmonies of #852577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852577

Black with #852577

Text Example


Text Example

White with #852577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852577; }

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

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

background-color css

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

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

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

border-color css

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

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

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