Html Css Color HEX #873175 Dark Purple

📋 copy color: '#873175'

red 135 ◦ green 49 ◦ blue 117

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

Shades of Dark Purple #873175

Tints of Dark Purple #873175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 44.85%
G = 16.28%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#873175 (or 0x873175) is known color: Dark Purple. HEX triplet: 87, 31 and 75. RGB value is (135,49,117). Sum of RGB (Red+Green+Blue) = 135+49+117=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #873175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873175 is #78CE8A. Grayscale: #525252. Windows color (decimal): -7917195 or 7680391. OLE color: 7680391.

HSL color Cylindrical-coordinate representation of color #873175: hue angle of 312.56º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873175 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 117 -
CMYK 0 0.64 0.13 0.47
HSL 312.56º 0.47% 0.36% -
HSV(B) 312.56º 0.64% 0.53% -
XYZ 14.3 8.63 17.74 -
YUV 82.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 135 49 117 0 0.64 0.13 0.47 312.56 0.47 0.36
Hex 87 31 75 0 40 D 2F 139 2F 24
Octal 207 61 165 0 100 15 57 471 57 44
Binary 10000111 110001 1110101 0 1000000 1101 101111 100111001 101111 100100

Color Harmonies of #873175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873175

Black with #873175

Text Example


Text Example

White with #873175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873175; }

 p { color: rgb(135,49,117); }

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

background-color css

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

 a { background-color: rgb(135,49,117); }

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

border-color css

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

 span { border-color: rgb(135,49,117); }

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