Html Css Color HEX #863573 Dark Purple

📋 copy color: '#863573'

red 134 ◦ green 53 ◦ blue 115

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

Shades of Dark Purple #863573

Tints of Dark Purple #863573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

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

R = 44.37%
G = 17.55%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#863573 (or 0x863573) is known color: Dark Purple. HEX triplet: 86, 35 and 73. RGB value is (134,53,115). Sum of RGB (Red+Green+Blue) = 134+53+115=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #863573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863573 is #79CA8C. Grayscale: #545454. Windows color (decimal): -7981709 or 7550342. OLE color: 7550342.

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

Color convert

RGB 134 53 115 -
CMYK 0 0.60 0.14 0.47
HSL 314.07º 0.43% 0.37% -
HSV(B) 314.07º 0.6% 0.53% -
XYZ 14.2 8.85 17.18 -
YUV 84.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 134 53 115 0 0.60 0.14 0.47 314.07 0.43 0.37
Hex 86 35 73 0 3C E 2F 13A 2B 25
Octal 206 65 163 0 74 16 57 472 53 45
Binary 10000110 110101 1110011 0 111100 1110 101111 100111010 101011 100101

Color Harmonies of #863573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863573

Black with #863573

Text Example


Text Example

White with #863573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863573; }

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

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

background-color css

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

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

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

border-color css

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

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

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