Html Css Color HEX #853471 Dark Purple

📋 copy color: '#853471'

red 133 ◦ green 52 ◦ blue 113

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

Shades of Dark Purple #853471

Tints of Dark Purple #853471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.45%

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

R = 44.63%
G = 17.45%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#853471 (or 0x853471) is known color: Dark Purple. HEX triplet: 85, 34 and 71. RGB value is (133,52,113). Sum of RGB (Red+Green+Blue) = 133+52+113=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #853471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853471 is #7ACB8E. Grayscale: #535353. Windows color (decimal): -8047503 or 7419013. OLE color: 7419013.

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

Color convert

RGB 133 52 113 -
CMYK 0 0.61 0.15 0.48
HSL 314.81º 0.44% 0.36% -
HSV(B) 314.81º 0.61% 0.52% -
XYZ 13.88 8.63 16.56 -
YUV 83.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 133 52 113 0 0.61 0.15 0.48 314.81 0.44 0.36
Hex 85 34 71 0 3D F 30 13B 2C 24
Octal 205 64 161 0 75 17 60 473 54 44
Binary 10000101 110100 1110001 0 111101 1111 110000 100111011 101100 100100

Color Harmonies of #853471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853471

Black with #853471

Text Example


Text Example

White with #853471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853471; }

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

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

background-color css

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

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

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

border-color css

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

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

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