Html Css Color HEX #853271 Dark Purple

📋 copy color: '#853271'

red 133 ◦ green 50 ◦ blue 113

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

Shades of Dark Purple #853271

Tints of Dark Purple #853271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

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

R = 44.93%
G = 16.89%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#853271 (or 0x853271) is known color: Dark Purple. HEX triplet: 85, 32 and 71. RGB value is (133,50,113). Sum of RGB (Red+Green+Blue) = 133+50+113=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #853271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853271 is #7ACD8E. Grayscale: #515151. Windows color (decimal): -8048015 or 7418501. OLE color: 7418501.

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

Color convert

RGB 133 50 113 -
CMYK 0 0.62 0.15 0.48
HSL 314.46º 0.45% 0.36% -
HSV(B) 314.46º 0.62% 0.52% -
XYZ 13.79 8.46 16.53 -
YUV 82 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 133 50 113 0 0.62 0.15 0.48 314.46 0.45 0.36
Hex 85 32 71 0 3E F 30 13A 2D 24
Octal 205 62 161 0 76 17 60 472 55 44
Binary 10000101 110010 1110001 0 111110 1111 110000 100111010 101101 100100

Color Harmonies of #853271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853271

Black with #853271

Text Example


Text Example

White with #853271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853271; }

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

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

background-color css

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

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

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

border-color css

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

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

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