Html Css Color HEX #852771 Dark Purple

📋 copy color: '#852771'

red 133 ◦ green 39 ◦ blue 113

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

Shades of Dark Purple #852771

Tints of Dark Purple #852771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

 BLUE value IS 113 (44.53% from 255) = 39.65%

R = 46.67%
G = 13.68%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#852771 (or 0x852771) is known color: Dark Purple. HEX triplet: 85, 27 and 71. RGB value is (133,39,113). Sum of RGB (Red+Green+Blue) = 133+39+113=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #852771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852771 is #7AD88E. Grayscale: #4B4B4B. Windows color (decimal): -8050831 or 7415685. OLE color: 7415685.

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

Color convert

RGB 133 39 113 -
CMYK 0 0.71 0.15 0.48
HSL 312.77º 0.55% 0.34% -
HSV(B) 312.77º 0.71% 0.52% -
XYZ 13.38 7.63 16.39 -
YUV 75.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 133 39 113 0 0.71 0.15 0.48 312.77 0.55 0.34
Hex 85 27 71 0 47 F 30 139 37 22
Octal 205 47 161 0 107 17 60 471 67 42
Binary 10000101 100111 1110001 0 1000111 1111 110000 100111001 110111 100010

Color Harmonies of #852771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852771

Black with #852771

Text Example


Text Example

White with #852771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852771; }

 p { color: rgb(133,39,113); }

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

background-color css

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

 a { background-color: rgb(133,39,113); }

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

border-color css

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

 span { border-color: rgb(133,39,113); }

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