Html Css Color HEX #852371 Dark Purple

📋 copy color: '#852371'

red 133 ◦ green 35 ◦ blue 113

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

Shades of Dark Purple #852371

Tints of Dark Purple #852371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

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

R = 47.33%
G = 12.46%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#852371 (or 0x852371) is known color: Dark Purple. HEX triplet: 85, 23 and 71. RGB value is (133,35,113). Sum of RGB (Red+Green+Blue) = 133+35+113=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #852371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852371 is #7ADC8E. Grayscale: #484848. Windows color (decimal): -8051855 or 7414661. OLE color: 7414661.

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

Color convert

RGB 133 35 113 -
CMYK 0 0.74 0.15 0.48
HSL 312.24º 0.58% 0.33% -
HSV(B) 312.24º 0.74% 0.52% -
XYZ 13.25 7.38 16.35 -
YUV 73.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 133 35 113 0 0.74 0.15 0.48 312.24 0.58 0.33
Hex 85 23 71 0 4A F 30 138 3A 21
Octal 205 43 161 0 112 17 60 470 72 41
Binary 10000101 100011 1110001 0 1001010 1111 110000 100111000 111010 100001

Color Harmonies of #852371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852371

Black with #852371

Text Example


Text Example

White with #852371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852371; }

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

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

background-color css

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

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

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

border-color css

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

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

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