Html Css Color HEX #853571 Dark Purple

📋 copy color: '#853571'

red 133 ◦ green 53 ◦ blue 113

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

Shades of Dark Purple #853571

Tints of Dark Purple #853571

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.73%

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

R = 44.48%
G = 17.73%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#853571 (or 0x853571) is known color: Dark Purple. HEX triplet: 85, 35 and 71. RGB value is (133,53,113). Sum of RGB (Red+Green+Blue) = 133+53+113=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #853571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853571 is #7ACA8E. Grayscale: #535353. Windows color (decimal): -8047247 or 7419269. OLE color: 7419269.

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

Color convert

RGB 133 53 113 -
CMYK 0 0.60 0.15 0.48
HSL 315º 0.43% 0.36% -
HSV(B) 315º 0.6% 0.52% -
XYZ 13.93 8.73 16.57 -
YUV 83.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 133 53 113 0 0.60 0.15 0.48 315 0.43 0.36
Hex 85 35 71 0 3C F 30 13B 2B 24
Octal 205 65 161 0 74 17 60 473 53 44
Binary 10000101 110101 1110001 0 111100 1111 110000 100111011 101011 100100

Color Harmonies of #853571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853571

Black with #853571

Text Example


Text Example

White with #853571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853571; }

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

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

background-color css

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

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

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

border-color css

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

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

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