Html Css Color HEX #873471 Dark Purple

📋 copy color: '#873471'

red 135 ◦ green 52 ◦ blue 113

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

Shades of Dark Purple #873471

Tints of Dark Purple #873471

RGB

 RED value IS 135 (53.13% from 255) = 45%

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

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

R = 45%
G = 17.33%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#873471 (or 0x873471) is known color: Dark Purple. HEX triplet: 87, 34 and 71. RGB value is (135,52,113). Sum of RGB (Red+Green+Blue) = 135+52+113=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #873471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873471 is #78CB8E. Grayscale: #535353. Windows color (decimal): -7916431 or 7419015. OLE color: 7419015.

HSL color Cylindrical-coordinate representation of color #873471: hue angle of 315.9º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873471 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 52 113 -
CMYK 0 0.61 0.16 0.47
HSL 315.9º 0.44% 0.37% -
HSV(B) 315.9º 0.61% 0.53% -
XYZ 14.2 8.8 16.57 -
YUV 83.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 135 52 113 0 0.61 0.16 0.47 315.9 0.44 0.37
Hex 87 34 71 0 3D 10 2F 13C 2C 25
Octal 207 64 161 0 75 20 57 474 54 45
Binary 10000111 110100 1110001 0 111101 10000 101111 100111100 101100 100101

Color Harmonies of #873471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873471

Black with #873471

Text Example


Text Example

White with #873471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873471; }

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

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

background-color css

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

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

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

border-color css

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

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

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