Html Css Color HEX #852D71 Dark Purple

📋 copy color: '#852D71'

red 133 ◦ green 45 ◦ blue 113

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

Shades of Dark Purple #852D71

Tints of Dark Purple #852D71

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.46%

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

R = 45.7%
G = 15.46%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#852D71 (or 0x852D71) is known color: Dark Purple. HEX triplet: 85, 2D and 71. RGB value is (133,45,113). Sum of RGB (Red+Green+Blue) = 133+45+113=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #852D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D71 is #7AD28E. Grayscale: #4E4E4E. Windows color (decimal): -8049295 or 7417221. OLE color: 7417221.

HSL color Cylindrical-coordinate representation of color #852D71: hue angle of 313.64º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D71 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 45 113 -
CMYK 0 0.66 0.15 0.48
HSL 313.64º 0.49% 0.35% -
HSV(B) 313.64º 0.66% 0.52% -
XYZ 13.59 8.06 16.46 -
YUV 79.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 133 45 113 0 0.66 0.15 0.48 313.64 0.49 0.35
Hex 85 2D 71 0 42 F 30 13A 31 23
Octal 205 55 161 0 102 17 60 472 61 43
Binary 10000101 101101 1110001 0 1000010 1111 110000 100111010 110001 100011

Color Harmonies of #852D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D71

Black with #852D71

Text Example


Text Example

White with #852D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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