Html Css Color HEX #852C71 Dark Purple

📋 copy color: '#852C71'

red 133 ◦ green 44 ◦ blue 113

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

Shades of Dark Purple #852C71

Tints of Dark Purple #852C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

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

R = 45.86%
G = 15.17%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#852C71 (or 0x852C71) is known color: Dark Purple. HEX triplet: 85, 2C and 71. RGB value is (133,44,113). Sum of RGB (Red+Green+Blue) = 133+44+113=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #852C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C71 is #7AD38E. Grayscale: #4E4E4E. Windows color (decimal): -8049551 or 7416965. OLE color: 7416965.

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

Color convert

RGB 133 44 113 -
CMYK 0 0.67 0.15 0.48
HSL 313.48º 0.5% 0.35% -
HSV(B) 313.48º 0.67% 0.52% -
XYZ 13.55 7.98 16.45 -
YUV 78.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 133 44 113 0 0.67 0.15 0.48 313.48 0.5 0.35
Hex 85 2C 71 0 43 F 30 139 32 23
Octal 205 54 161 0 103 17 60 471 62 43
Binary 10000101 101100 1110001 0 1000011 1111 110000 100111001 110010 100011

Color Harmonies of #852C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C71

Black with #852C71

Text Example


Text Example

White with #852C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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