Html Css Color HEX #863173 Dark Purple

📋 copy color: '#863173'

red 134 ◦ green 49 ◦ blue 115

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

Shades of Dark Purple #863173

Tints of Dark Purple #863173

RGB

 RED value IS 134 (52.73% from 255) = 44.97%

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

 BLUE value IS 115 (45.31% from 255) = 38.59%

R = 44.97%
G = 16.44%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#863173 (or 0x863173) is known color: Dark Purple. HEX triplet: 86, 31 and 73. RGB value is (134,49,115). Sum of RGB (Red+Green+Blue) = 134+49+115=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #863173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863173 is #79CE8C. Grayscale: #515151. Windows color (decimal): -7982733 or 7549318. OLE color: 7549318.

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

Color convert

RGB 134 49 115 -
CMYK 0 0.63 0.14 0.47
HSL 313.41º 0.46% 0.36% -
HSV(B) 313.41º 0.63% 0.53% -
XYZ 14.02 8.5 17.12 -
YUV 81.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 134 49 115 0 0.63 0.14 0.47 313.41 0.46 0.36
Hex 86 31 73 0 3F E 2F 139 2E 24
Octal 206 61 163 0 77 16 57 471 56 44
Binary 10000110 110001 1110011 0 111111 1110 101111 100111001 101110 100100

Color Harmonies of #863173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863173

Black with #863173

Text Example


Text Example

White with #863173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863173; }

 p { color: rgb(134,49,115); }

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

background-color css

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

 a { background-color: rgb(134,49,115); }

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

border-color css

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

 span { border-color: rgb(134,49,115); }

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