Html Css Color HEX #863973 Dark Purple

📋 copy color: '#863973'

red 134 ◦ green 57 ◦ blue 115

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

Shades of Dark Purple #863973

Tints of Dark Purple #863973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.63%

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

R = 43.79%
G = 18.63%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#863973 (or 0x863973) is known color: Dark Purple. HEX triplet: 86, 39 and 73. RGB value is (134,57,115). Sum of RGB (Red+Green+Blue) = 134+57+115=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #863973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863973 is #79C68C. Grayscale: #565656. Windows color (decimal): -7980685 or 7551366. OLE color: 7551366.

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

Color convert

RGB 134 57 115 -
CMYK 0 0.57 0.14 0.47
HSL 314.81º 0.4% 0.37% -
HSV(B) 314.81º 0.57% 0.53% -
XYZ 14.39 9.23 17.24 -
YUV 86.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 134 57 115 0 0.57 0.14 0.47 314.81 0.4 0.37
Hex 86 39 73 0 39 E 2F 13B 28 25
Octal 206 71 163 0 71 16 57 473 50 45
Binary 10000110 111001 1110011 0 111001 1110 101111 100111011 101000 100101

Color Harmonies of #863973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863973

Black with #863973

Text Example


Text Example

White with #863973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863973; }

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

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

background-color css

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

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

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

border-color css

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

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

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